Skip to content

Commit

Permalink
LPS-22440
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoun authored and brianchandotcom committed Oct 24, 2011
1 parent 1a6e279 commit 3906ddf
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
</target>

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

<if>
<available file="portal-web/test-ant-scripts/version" />
Expand Down
23 changes: 23 additions & 0 deletions portal-web/test-ant-templates/ant-script-lar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,29 @@
</ant>
</target>

<target name="test-${test.ant.script.command}-jonas-mysql-firefox">
<antcall target="prepare-mysql">
${test.ant.script.file.properties}
</antcall>

<ant antfile="build-test-jonas.xml" target="run-selenium-jonas">
${test.ant.script.file.plugin.hooks}
${test.ant.script.file.plugin.portlets}
${test.ant.script.file.plugin.themes}
${test.ant.script.file.plugin.webs}
<property name="test.name" value="${test.ant.script.suite.1}" />
</ant>

<ant antfile="build-test-jonas.xml" target="run-selenium-jonas">
${test.ant.script.file.plugin.hooks}
${test.ant.script.file.plugin.portlets}
${test.ant.script.file.plugin.themes}
${test.ant.script.file.plugin.webs}
<property name="skip.delete-selenium-output" value="true" />
<property name="test.name" value="${test.ant.script.suite.2}" />
</ant>
</target>

<target name="test-${test.ant.script.command}-tomcat-db2-firefox">
<antcall target="prepare-vm-server">
<param name="build.war" value="false" />
Expand Down
16 changes: 16 additions & 0 deletions portal-web/test-ant-templates/ant-script.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,22 @@
</ant>
</target>

<target name="test-${test.ant.script.command}-jonas-mysql-firefox">
<antcall target="prepare-mysql">
${test.ant.script.file.properties}
</antcall>

<ant antfile="build-test-jonas.xml" target="run-selenium-jonas">
${test.ant.script.file.database.minimal}
${test.ant.script.file.plugin.hooks}
${test.ant.script.file.plugin.layouttpls}
${test.ant.script.file.plugin.portlets}
${test.ant.script.file.plugin.themes}
${test.ant.script.file.plugin.webs}
<property name="test.name" value="${test.ant.script.suite}" />
</ant>
</target>

<target name="test-${test.ant.script.command}-tomcat-db2-firefox">
<antcall target="prepare-vm-server">
<param name="build.war" value="false" />
Expand Down

0 comments on commit 3906ddf

Please sign in to comment.