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