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);
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev