Skip to content

Commit

Permalink
LPS-22437
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoun authored and brianchandotcom committed Oct 24, 2011
1 parent a595618 commit a831316
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="5" />
<property name="build-test-ant-scripts.version" value="6" />

<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 @@ -49,6 +49,29 @@
</ant>
</target>

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

<ant antfile="build-test-jetty.xml" target="run-selenium-jetty">
${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-jetty.xml" target="run-selenium-jetty">
${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}-jboss-mysql-firefox">
<antcall target="prepare-mysql">
${test.ant.script.file.properties}
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 @@ -35,6 +35,22 @@
</ant>
</target>

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

<ant antfile="build-test-jetty.xml" target="run-selenium-jetty">
${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}-jboss-mysql-firefox">
<antcall target="prepare-mysql">
${test.ant.script.file.properties}
Expand Down

0 comments on commit a831316

Please sign in to comment.