summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/samples/holder-ws-service/build.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 10:31:34 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 10:31:34 +0000
commit07aa0a0ae232c51d6abe2f928b8fe2480b4ff7a4 (patch)
tree1505facf8c60c6897518711aaee61c27ea35c368 /branches/sca-java-1.5.1/samples/holder-ws-service/build.xml
parentfee0d60df4bc33e766d8b10358c12cb4a2eb4b08 (diff)
TUSCANY-3272 - create class to run holder tests when run from the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5.1/samples/holder-ws-service/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.5.1/samples/holder-ws-service/build.xml b/branches/sca-java-1.5.1/samples/holder-ws-service/build.xml
index 7a59628c7b..12d466172b 100644
--- a/branches/sca-java-1.5.1/samples/holder-ws-service/build.xml
+++ b/branches/sca-java-1.5.1/samples/holder-ws-service/build.xml
@@ -17,7 +17,7 @@
* under the License.
-->
<project name="holder-ws-service" default="compile">
- <property name="test.class" value="org.example.orderservice.OrderServiceTestCase" />
+ <property name="test.class" value="org.example.orderservice.OrderServiceServer" />
<property name="test.jar" value="sample-holder-ws-service.jar" />
<target name="init">