[Registry-dev] svn commit r13268 -
branches/registry/1_0/modules/core/src/test/java/org/wso2/registry/app
svn at wso2.org
svn at wso2.org
Tue Feb 5 04:03:51 PST 2008
Author: deepal
Date: Tue Feb 5 04:03:47 2008
New Revision: 13268
Log:
fixing the buil
Modified:
branches/registry/1_0/modules/core/src/test/java/org/wso2/registry/app/APPTests.java
Modified: branches/registry/1_0/modules/core/src/test/java/org/wso2/registry/app/APPTests.java
==============================================================================
--- branches/registry/1_0/modules/core/src/test/java/org/wso2/registry/app/APPTests.java (original)
+++ branches/registry/1_0/modules/core/src/test/java/org/wso2/registry/app/APPTests.java Tue Feb 5 04:03:47 2008
@@ -30,7 +30,7 @@
* <p/>
* TODO: WORK IN PROGRESS (Glen)
*/
-public class APPTests extends AbstractAPPTest implements RegistryConstants {
+public class APPTests extends AbstractAPPTest {
HttpClient client = new HttpClient();
public String buildURL(String path) {
@@ -60,7 +60,7 @@
// GET /foo;tags - 404
// Make sure metadata indicator doesn't change error code
- method = new GetMethod(buildURL("foo" + URL_SEPARATOR + "tags"));
+ method = new GetMethod(buildURL("foo" + RegistryConstants.URL_SEPARATOR + "tags"));
responseCode = client.executeMethod(method);
assertEquals(404, responseCode);
More information about the Registry-dev
mailing list