Author: lfryc(a)redhat.com
Date: 2010-07-10 17:00:41 -0400 (Sat, 10 Jul 2010)
New Revision: 17887
Modified:
root/tests/metamer/trunk/ftest/pom.xml
Log:
follow richfaces-selenium library changes: configuration of test cases by TestNG
parameters (via argLine) replaced by SystemProperties configuration
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:00:30 UTC (rev 17886)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:00:41 UTC (rev 17887)
@@ -149,7 +149,7 @@
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
- <argLine>${surefire.argline}
-Dtemplates='${templates}'</argLine>
+ <argLine>-Dtemplates='${templates}'</argLine>
<properties>
<property>
<name>listener</name>
Show replies by date