summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/tuscany-java-ci-test-runner
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 12:05:21 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 12:05:21 +0000
commit5e30fd8469e0785c259569a70035591b2f72ac21 (patch)
tree33d4c5ef1380b6ed489e08b547448f5d67381325 /otest/newlayout/tuscany-java-ci-test-runner
parent88bcef97106603b89195fbac4b4dacbc44fa6df8 (diff)
Fixesfor change in BaseJAXWSTestRunner name from BaseJAXWSTestCase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout/tuscany-java-ci-test-runner')
-rw-r--r--otest/newlayout/tuscany-java-ci-test-runner/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
index 04f710afd6..f1f47976c5 100644
--- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
@@ -130,8 +130,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">