Author: mvanco(a)redhat.com
Date: 2010-04-30 03:23:12 -0400 (Fri, 30 Apr 2010)
New Revision: 2908
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
Log:
EPP5 UI Tests: removed exclusion of test 22
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-04-30
06:40:45 UTC (rev 2907)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-04-30
07:23:12 UTC (rev 2908)
@@ -27,19 +27,16 @@
<artifactId>junit</artifactId>
<version>4.0</version>
</dependency>
-
<dependency>
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>${org.selenium.server.version}</version>
</dependency>
-
<dependency>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>${org.selenium.server.version}</version>
</dependency>
-
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -94,7 +91,6 @@
</arguments>
</configuration>
</plugin>
-
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
@@ -115,7 +111,6 @@
</execution>
</executions>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -132,7 +127,6 @@
-->
<includes><include>**/selenium/Test_*.java</include></includes>
<excludes>
- <exclude>**/selenium/Test_*PRL_22*.java</exclude>
<!-- EPP5 doesn't contain another skin -->
<exclude>**/selenium/Test_*PRL_32*.java</exclude>
</excludes>
Show replies by date