Author: dsvyatobatsko
Date: 2008-07-28 13:19:49 -0400 (Mon, 28 Jul 2008)
New Revision: 9811
Modified:
trunk/test-applications/seleniumTest/pom.xml
Log:
TestAnnotationTransformer listener added
Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2008-07-28 17:14:01 UTC (rev 9810)
+++ trunk/test-applications/seleniumTest/pom.xml 2008-07-28 17:19:49 UTC (rev 9811)
@@ -95,6 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
<configuration>
<!-- Skip the normal tests, we'll run them in the integration-test phase
-->
<skip>true</skip>
@@ -136,6 +137,12 @@
${project.build.directory}/test-classes/testng/testng_default_default_neko.xml
</suiteXmlFile>
</suiteXmlFiles>
+ <properties>
+ <property>
+ <name>listener</name>
+ <value>org.richfaces.TestAnnotationTransformer</value>
+ </property>
+ </properties>
</configuration>
<executions>
<execution>
Show replies by date