From f592a6e21180e86ea5de9125b1fa6a7763377608 Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 11 Oct 2012 15:44:04 +0000 Subject: Fix an issue related to @Path on the jaxrs interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397118 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/binding/rest/wireformat/json/CatalogServiceTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest') diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java b/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java index 7a07c9b5c8..4688272a39 100644 --- a/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java +++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java @@ -40,7 +40,7 @@ import com.meterware.httpunit.WebRequest; import com.meterware.httpunit.WebResponse; public class CatalogServiceTestCase { - private static final String SERVICE_URL = "http://localhost:8085/Catalog"; + private static final String SERVICE_URL = "http://localhost:8085/Catalog/catalog"; private static final String GET_RESPONSE = "{\"items\":[{\"price\":\"$1.55\",\"name\":\"Pear\"},{\"price\":\"$2.99\",\"name\":\"Apple\"},{\"price\":\"$3.55\",\"name\":\"Orange\"}]}"; -- cgit v1.2.3