[richfaces-svn-commits] JBoss Rich Faces SVN: r14249 - in branches/community/3.3.X/test-applications/seleniumTest: richfaces/src/main/webapp/layout and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 20 09:33:32 EDT 2009


Author: konstantin.mishin
Date: 2009-05-20 09:33:32 -0400 (Wed, 20 May 2009)
New Revision: 14249

Modified:
   branches/community/3.3.X/test-applications/seleniumTest/pom.xml
   branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/layout/layout.xhtml
   branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
Log:
RF-7083

Modified: branches/community/3.3.X/test-applications/seleniumTest/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/seleniumTest/pom.xml	2009-05-20 12:46:22 UTC (rev 14248)
+++ branches/community/3.3.X/test-applications/seleniumTest/pom.xml	2009-05-20 13:33:32 UTC (rev 14249)
@@ -21,7 +21,7 @@
 		<repository>
 			<id>openqa</id>
 			<name>OpenQA Repository</name>
-			<url>http://archiva.openqa.org/repository/releases</url>
+			<url>http://nexus.openqa.org/content/repositories/releases</url>
 			<layout>default</layout>
 			<snapshots>
 				<enabled>false</enabled>
@@ -33,7 +33,7 @@
 		<repository>
 			<id>openqa-snapshots</id>
 			<name>OpenQA Snapshots Repository</name>
-			<url>http://archiva.openqa.org/repository/snapshots</url>
+			<url>http://nexus.openqa.org/content/repositories/snapshots</url>
 			<layout>default</layout>
 			<snapshots>
 				<enabled>true</enabled>
@@ -207,22 +207,34 @@
 			<classifier>jdk15</classifier>
 		</dependency>
 		<dependency>
-			<groupId>org.openqa.selenium.client-drivers</groupId>
+			<groupId>org.seleniumhq.selenium.core</groupId>
+			<artifactId>selenium-core</artifactId>
+			<version>1.0-SNAPSHOT</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.seleniumhq.selenium.client-drivers</groupId>
 			<artifactId>selenium-java-client-driver</artifactId>
 			<version>1.0-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-			<groupId>org.openqa.selenium.server</groupId>
+			<groupId>org.seleniumhq.selenium.client-drivers</groupId>
+			<artifactId>selenium-java-client-driver</artifactId>
+			<version>1.0-SNAPSHOT</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.seleniumhq.selenium.server</groupId>
 			<artifactId>selenium-server-coreless</artifactId>
 			<version>1.0-SNAPSHOT</version>
 			<scope>test</scope>
-			<exclusions>
+			<!--exclusions>
 				<exclusion>
 					<groupId>jetty</groupId>
 					<artifactId>org.mortbay.jetty</artifactId>
 				</exclusion>
-			</exclusions>
+			</exclusions-->
 		</dependency>
 		<dependency>
 			<groupId>org.richfaces.ui</groupId>

Modified: branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/layout/layout.xhtml
===================================================================
(Binary files differ)

Modified: branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
===================================================================
--- branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java	2009-05-20 12:46:22 UTC (rev 14248)
+++ branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java	2009-05-20 13:33:32 UTC (rev 14249)
@@ -127,7 +127,7 @@
         	config.setFirefoxProfileTemplate(new File(getFirefoxTemplate()));
         }
         config.setUserExtensions(new File(getClass().getClassLoader().getResource("script/selenium/user-extensions.js").toURI()));
-        config.setMultiWindow(false);
+        config.setSingleWindow(true);
         //TODO only for test
         config.setPort(16334);
         seleniumServer = new SeleniumServer(false, config);




More information about the richfaces-svn-commits mailing list