Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
LPS-27308
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchiu authored and brianchandotcom committed May 17, 2012
1 parent 5a01d10 commit 5fe54db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build-test.xml
Expand Up @@ -255,7 +255,7 @@
</target>

<target name="build-test-ant-scripts">
<property name="build-test-ant-scripts.version" value="4" />
<property name="build-test-ant-scripts.version" value="5" />

<if>
<available file="portal-web/test-ant-scripts/version" />
Expand Down Expand Up @@ -1604,6 +1604,11 @@
<param name="test.ant.script.suite" value="PortalWebUnitConverterTestSuite" />
</antcall>

<antcall target="build-test-ant-script">
<param name="test.ant.script.command" value="portal-web-user-statistics" />
<param name="test.ant.script.suite" value="PortalWebUserStatisticsTestSuite" />
</antcall>

<antcall target="build-test-ant-script">
<param name="test.ant.script.command" value="portal-web-web-content-display" />
<param name="test.ant.script.suite" value="PortalWebWebContentDisplayTestSuite" />
Expand Down

0 comments on commit 5fe54db

Please sign in to comment.