From f724bf92dbac6e5517c92546b2a9a6de546d927a Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 24 Oct 2012 13:54:43 +0300 Subject: Fixed test to be compatible with latest servlet changes Change-Id: Ie7f139ce125ed9c006df801ba00a5cf7a3fec117 --- uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'uitest/src/com/vaadin/tests/components/ui') diff --git a/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.html b/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.html index d7e1544026..f2650ce1c2 100644 --- a/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.html +++ b/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.html @@ -18,8 +18,8 @@ assertText - vaadin=runcomvaadintestscomponentsuilazyInitUIs::/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0] - NormalUI
pathInfo: /normalPath
parameters: [restartApplication]
uri fragment: normalFragment + vaadin=runcomvaadintestscomponentsuiLazyInitUIs::/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0] + NormalUI
pathInfo: /com.vaadin.tests.components.ui.LazyInitUIs/normalPath
parameters: [*restartApplication*]
uri fragment: normalFragment open @@ -28,9 +28,10 @@ assertText - vaadin=runcomvaadintestscomponentsuilazyInitUIs::/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0] - LazyCreateUI
pathInfo: /lazyCreatePath
parameters: [lazyCreate]
uri fragment: lazyCreateFragment + vaadin=runcomvaadintestscomponentsuiLazyInitUIs::/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0] + LazyCreateUI
pathInfo: /com.vaadin.tests.components.ui.LazyInitUIs/lazyCreatePath
parameters: [*lazyCreate*]
uri fragment: lazyCreateFragment + open /run/com.vaadin.tests.components.ui.LazyInitUIs/eagerPath/?eagerInit#eagerFragment @@ -39,7 +40,7 @@ assertText vaadin=runcomvaadintestscomponentsuiLazyInitUIs::/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0] - EagerInitUI
pathInfo: /eagerPath/
parameters: [eagerInit]
uri fragment: null + EagerInitUI
pathInfo: /com.vaadin.tests.components.ui.LazyInitUIs/eagerPath/
parameters: [*eagerInit*]
uri fragment: eagerFragment -- cgit v1.2.3