From 26743eb8ac59a975d47fadfb7f61f9e80f69f550 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 5 Oct 2010 09:03:28 +0000 Subject: [PATCH] Use DATE() functions from TestBench svn changeset:15401/svn branch:6.4 --- .../components/datefield/ShowSelectedDateAfterInvalid.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/src/com/vaadin/tests/components/datefield/ShowSelectedDateAfterInvalid.html b/tests/src/com/vaadin/tests/components/datefield/ShowSelectedDateAfterInvalid.html index fda87c79cf..df6faa7228 100644 --- a/tests/src/com/vaadin/tests/components/datefield/ShowSelectedDateAfterInvalid.html +++ b/tests/src/com/vaadin/tests/components/datefield/ShowSelectedDateAfterInvalid.html @@ -38,13 +38,13 @@ mouseClick - vaadin=runcomvaadintestscomponentsdatefieldShowSelectedDateAfterInvalid::Root/VOverlay[0]/VCalendarPanel[0]/FlexTable[0]/VCalendarPanel$Day[6] + vaadin=runcomvaadintestscomponentsdatefieldShowSelectedDateAfterInvalid::Root/VOverlay[0]/VCalendarPanel[0]#day7 19,5 assertValue vaadin=runcomvaadintestscomponentsdatefieldShowSelectedDateAfterInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/VFormLayout[0]/VFormLayout$VFormLayoutTable[0]/VPopupCalendar[0]/domChild[0] - 07/09/2010 + 07/DATE(MM)/DATE(YYYY) click @@ -59,9 +59,8 @@ assertValue vaadin=runcomvaadintestscomponentsdatefieldShowSelectedDateAfterInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/VFormLayout[0]/VFormLayout$VFormLayoutTable[0]/VPopupCalendar[0]/domChild[0] - 07/09/2010 + 07/DATE(MM)/DATE(YYYY) - -- 2.39.5