[portal-commits] JBoss Portal SVN: r12229 - branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Nov 3 08:56:14 EST 2008


Author: vrockai
Date: 2008-11-03 08:56:13 -0500 (Mon, 03 Nov 2008)
New Revision: 12229

Modified:
   branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml
Log:
single test run

Modified: branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml	2008-11-03 13:53:11 UTC (rev 12228)
+++ branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/build.xml	2008-11-03 13:56:13 UTC (rev 12229)
@@ -92,6 +92,16 @@
 
 	</target>
 
+	<target name="single-test" depends="init, compile, run-src">
+
+		<testng classpathref="test.cp"  suitename="Selenium Test">
+			<classfileset dir="${test.build.dir}"
+				includes="${testname}" />
+			<sysproperty key="browser" value="${browser}" />
+		</testng>
+
+	</target>
+
 	<target name="selenium-test" depends="init, compile, run-src">
 
 		<antcall target="copyApps" />




More information about the portal-commits mailing list