[seam-commits] Seam SVN: r13239 - branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 18 04:28:42 EDT 2010
Author: mgencur at redhat.com
Date: 2010-06-18 04:28:41 -0400 (Fri, 18 Jun 2010)
New Revision: 13239
Modified:
branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java
Log:
JBSEAM-4645, minor additions
Modified: branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java 2010-06-18 08:11:40 UTC (rev 13238)
+++ branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java 2010-06-18 08:28:41 UTC (rev 13239)
@@ -32,7 +32,7 @@
import org.testng.annotations.Test;
/**
- * This class alters behaviour of SimpleBookingTest to test nested conversations
+ * This class tests only nested conversations
*
* @author mgencur
*/
@@ -60,8 +60,6 @@
{
browser.open(CONTEXT_PATH + getProperty("MAIN_PAGE"));
pause(timeout);
- //browser.openWindow(CONTEXT_PATH + getProperty("MAIN_PAGE"), "0");
- //pause(timeout);
browser.openWindow(CONTEXT_PATH + getProperty("MAIN_PAGE"), "0");
pause(timeout);
browser.selectWindow("0");
More information about the seam-commits
mailing list