Skip to content
Snippets Groups Projects
Commit a3e93798 authored by david_williams's avatar david_williams
Browse files

added jpa tests to wtp master list

parent ff52892e
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-${buildLabel}.zip" overwrite="true" /> <unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-${buildLabel}.zip" overwrite="true" />
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-Automated-Tests-${buildLabel}.zip" overwrite="true" /> <unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-Automated-Tests-${buildLabel}.zip" overwrite="true" />
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jpa-${buildLabel}.zip" overwrite="true" />
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jpa-Automated-Tests-${buildLabel}.zip" overwrite="true" />
<antcall target="runTestEclipse"> <antcall target="runTestEclipse">
<param name="testTarget" value="all" /> <param name="testTarget" value="all" />
</antcall> </antcall>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment