[seam-commits] Seam SVN: r9538 - in trunk/src/test/ftest/examples: dvdstore/src/org/jboss/seam/example/dvd/test/selenium and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 10 07:13:16 EST 2008


Author: jharting
Date: 2008-11-10 07:13:16 -0500 (Mon, 10 Nov 2008)
New Revision: 9538

Modified:
   trunk/src/test/ftest/examples/dvdstore/build.xml
   trunk/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/dvd.properties
   trunk/src/test/ftest/examples/nestedbooking/build.xml
   trunk/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/nestedbooking.properties
Log:
JBSEAM-3553

Modified: trunk/src/test/ftest/examples/dvdstore/build.xml
===================================================================
--- trunk/src/test/ftest/examples/dvdstore/build.xml	2008-11-10 12:12:19 UTC (rev 9537)
+++ trunk/src/test/ftest/examples/dvdstore/build.xml	2008-11-10 12:13:16 UTC (rev 9538)
@@ -25,7 +25,7 @@
    <property name="jboss.deploy.target" value="deploy" />
    <property name="jboss.undeploy.target" value="undeploy" />
    <property name="jboss.deploy.waittime" value="20" />
-   <property name="example.ready.check.url" value="seam-dvd/home.seam"/>
+   <property name="example.ready.check.url" value="seam-dvdstore/home.seam"/>
    
    <import file="../build.xml" />
 

Modified: trunk/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/dvd.properties
===================================================================
--- trunk/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/dvd.properties	2008-11-10 12:12:19 UTC (rev 9537)
+++ trunk/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/dvd.properties	2008-11-10 12:13:16 UTC (rev 9538)
@@ -19,7 +19,7 @@
  # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  # 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  # 
-HOME_PAGE /seam-dvd/
+HOME_PAGE /seam-dvdstore/
 HOME_PAGE_TITLE JBoss DVD Store
 LOGOUT id=LogoutForm:Logout
 REGISTRATION id=LoginForm:CreateAccount
@@ -54,7 +54,7 @@
 LOGIN_PASSWORD id=LoginForm:Password
 LOGIN_SUBMIT id=LoginForm:Login
 SHOP id=Shop
-SHOP_URL seam-dvd/browse
+SHOP_URL browse
 CART id=Cart
 SEARCH_FIELD id=SearchForm:Query
 SEARCH_SUBMIT id=SearchForm:Search
@@ -74,5 +74,5 @@
 CART_CONFIRM_BUTTON id=orderdetail:ConfirmOrCancelForm:Confirm
 CART_NOT_ENOUGH_COPIES_LEFT xpath\=//*[normalize-space(text()) \= "There were not enough copies of {0} in stock to fulfill your order."]
 CART_UNABLE_TO_COMPLETE_ORDER_MESSAGE xpath=//*[normalize-space(text()) = 'Your order could not be completed.']
-DVD_URL seam-dvd/dvd
-ADMIN_URL seam-dvd/admin/admin
\ No newline at end of file
+DVD_URL dvd
+ADMIN_URL admin/admin
\ No newline at end of file

Modified: trunk/src/test/ftest/examples/nestedbooking/build.xml
===================================================================
--- trunk/src/test/ftest/examples/nestedbooking/build.xml	2008-11-10 12:12:19 UTC (rev 9537)
+++ trunk/src/test/ftest/examples/nestedbooking/build.xml	2008-11-10 12:13:16 UTC (rev 9538)
@@ -25,7 +25,7 @@
    <property name="jboss.deploy.target" value="deploy"/>
    <property name="jboss.deploy.waittime" value="10"/>
    <property name="jboss.undeploy.target" value="undeploy"/>
-   <property name="example.ready.check.url" value="seam-nested-booking/home.seam"/>
+   <property name="example.ready.check.url" value="seam-nestedbooking/home.seam"/>
    
    <import file="../build.xml" />
 </project>

Modified: trunk/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/nestedbooking.properties
===================================================================
--- trunk/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/nestedbooking.properties	2008-11-10 12:12:19 UTC (rev 9537)
+++ trunk/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/nestedbooking.properties	2008-11-10 12:13:16 UTC (rev 9538)
@@ -19,8 +19,8 @@
  # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  # 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  # 
-HOME_PAGE /seam-nested-booking/home.seam
-MAIN_PAGE /seam-nested-booking/main.seam
+HOME_PAGE /seam-nestedbooking/home.seam
+MAIN_PAGE /seam-nestedbooking/main.seam
 PAGE_TITLE JBoss Suites: Seam Framework
 LOGIN_USERNAME_FIELD id=login:username
 LOGIN_PASSWORD_FIELD id=login:password




More information about the seam-commits mailing list