summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/tuscany-java-caa-test-runner
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 12:04:48 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 12:04:48 +0000
commit88bcef97106603b89195fbac4b4dacbc44fa6df8 (patch)
treec0d46d27a40b6513327e3f5776aa2714ad885f5b /otest/newlayout/tuscany-java-caa-test-runner
parent6ec4eafe0cda08a7b3fb862aa4027e8ac280f832 (diff)
Fixesfor change in BaseJAXWSTestRunner name from BaseJAXWSTestCase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout/tuscany-java-caa-test-runner')
-rw-r--r--otest/newlayout/tuscany-java-caa-test-runner/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
index fc1ce3eccb..3d6ffe6ec8 100644
--- a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
@@ -129,8 +129,8 @@
<target name="copySourceDir"/>
</ant>
<ant antfile="../build.xml">
- <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/BaseJAXWSTestCase.java"/>
- <property name="to.file" value="src/test/java/client/BaseJAXWSTestCase.java"/>
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/BaseJAXWSTestRunner.java"/>
+ <property name="to.file" value="src/test/java/client/BaseJAXWSTestRunner.java"/>
<target name="copyFile"/>
</ant>
<ant antfile="../build.xml">