summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-11-22 14:47:24 +0200
committerJohannes Dahlström <johannesd@vaadin.com>2012-11-22 14:47:24 +0200
commit4e5c3181b5465bfb37a5f616656b239b3e98f798 (patch)
tree01c6c49519e01ceda94a9a77ad97289dc579f7ce /uitest
parent2ddae8d39d813ba261f09f71547cd0b3160f6b37 (diff)
downloadvaadin-framework-4e5c3181b5465bfb37a5f616656b239b3e98f798.tar.gz
vaadin-framework-4e5c3181b5465bfb37a5f616656b239b3e98f798.zip
Kickstart navigation automatically after UI.init(), remove Navigator.navigate() (#9549, 10239)
Change-Id: I3537eb8f289e75234d6a292636019429967280c3
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/navigator/NavigatorTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/navigator/NavigatorTest.java b/uitest/src/com/vaadin/tests/navigator/NavigatorTest.java
index 08832e5e82..f35c8b876d 100644
--- a/uitest/src/com/vaadin/tests/navigator/NavigatorTest.java
+++ b/uitest/src/com/vaadin/tests/navigator/NavigatorTest.java
@@ -129,8 +129,6 @@ public class NavigatorTest extends UI {
navi.setErrorView(new ErrorView());
- navi.navigate();
-
layout.addComponent(new NaviButton("list"));
layout.addComponent(new NaviButton("edit"));
layout.addComponent(new NaviButton("forbidden"));