[seam-commits] Seam SVN: r12511 - branches/community/Seam_2_2/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 16 06:40:14 EDT 2010


Author: jharting
Date: 2010-04-16 06:40:13 -0400 (Fri, 16 Apr 2010)
New Revision: 12511

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java
Log:
JBSEAM-4636 don't take turtles to school as the school may not exist (test ordering issue)

Modified: branches/community/Seam_2_2/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java	2010-04-16 08:38:30 UTC (rev 12510)
+++ branches/community/Seam_2_2/src/test/ftest/examples/tasks/src/org/jboss/seam/example/tasks/test/selenium/SeleniumTasksTest.java	2010-04-16 10:40:13 UTC (rev 12511)
@@ -124,8 +124,8 @@
    public void editTurtleTask()
    {
       String turtle = "Buy a turtle";
-      String newCategory = "School";
-      String newDescription = "Buy a turtle and take it to school";
+      String newCategory = "Work";
+      String newDescription = "Buy a turtle and take it to work";
       editTask(turtle, newCategory, newDescription);
       buttonPresent(newDescription, RESOLVE_BTN_TITLE);
       navigate(LOGOUT_LINK);



More information about the seam-commits mailing list