[portal-commits] JBoss Portal SVN: r11958 - branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Wed Sep 24 04:50:49 EDT 2008
Author: vrockai
Date: 2008-09-24 04:50:49 -0400 (Wed, 24 Sep 2008)
New Revision: 11958
Modified:
branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/build.xml
Log:
ant script fix
Modified: branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/build.xml 2008-09-24 07:54:40 UTC (rev 11957)
+++ branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/build.xml 2008-09-24 08:50:49 UTC (rev 11958)
@@ -120,7 +120,7 @@
<target name="cleanup">
<echo message="Cleaning up..." />
<antcall target="stop-src" />
- <antcall target="delete-portal" />
+<!-- <antcall target="delete-portal" /> -->
</target>
@@ -135,11 +135,12 @@
</junitreport>
</target>
- <target name="selenium-test" depends="init, compile, unpack-portal, run-src">
+ <target name="selenium-test" depends="init, compile, run-src">
<antcall target="copyApps" />
+<!--
<echo message="Starting portal instance : ${portal.instance}" />
<server:start name="${portal.instance}" />
-
+-->
<echo message="Runing TestNG" />
<mkdir dir="test-output" />
<testng classpathref="test.cp" sourcedir="${test.src.dir}" outputdir="test-output"
@@ -155,8 +156,10 @@
<jvmarg value="-ea" />
</testng>
+<!--
<echo message="Stoping portal instance : ${portal.instance}" />
<server:stop name="${portal.instance}" />
+-->
<antcall target="cleanup" />
</target>
More information about the portal-commits
mailing list