Author: glen
Date: Mon Dec 17 06:52:25 2007
New Revision: 11253

Log:

Fix broken test (Jetty seems to run on 8081, not 8080)


Modified:
   
trunk/registry/modules/core/src/test/java/org/wso2/registry/app/JettyBasedServerTest.java

Modified: 
trunk/registry/modules/core/src/test/java/org/wso2/registry/app/JettyBasedServerTest.java
==============================================================================
--- 
trunk/registry/modules/core/src/test/java/org/wso2/registry/app/JettyBasedServerTest.java
   (original)
+++ 
trunk/registry/modules/core/src/test/java/org/wso2/registry/app/JettyBasedServerTest.java
   Mon Dec 17 06:52:25 2007
@@ -49,7 +49,7 @@
         try {
             if (registry == null) {
                 initJetty();
-                registry = new RemoteRegistry(new 
URL("http://localhost:8080/wso2registry";));
+                registry = new RemoteRegistry(new 
URL("http://localhost:8081/wso2registry";));
             }
         } catch (Exception e) {
             fail("Failed to initialize the registry.");

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to