[seam-commits] Seam SVN: r14004 - branches/community/Seam_2_2/src/test/ftest/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jan 19 08:23:29 EST 2011
Author: mgencur at redhat.com
Date: 2011-01-19 08:23:29 -0500 (Wed, 19 Jan 2011)
New Revision: 14004
Modified:
branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
JBSEAM-4767, fix functional testsuite to run webdriver tests for jboss6
Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2011-01-19 10:02:34 UTC (rev 14003)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2011-01-19 13:23:29 UTC (rev 14004)
@@ -170,7 +170,7 @@
<echo message="${test.webdriver}" />
<!-- execute testng tests -->
<testng haltonfailure="false" outputdir="${test.output.dir}" classpathref="classpath.test">
- <xmlfileset file="${container}-webdriver.xml" />
+ <xmlfileset file="${example.testsuite}-webdriver.xml" />
<sysproperty key="browser" value="${selenium.browser}" />
<sysproperty key="server.url" value="${selenium.browser.url}" />
<sysproperty key="context.path" value="${context.path}" />
More information about the seam-commits
mailing list