svn commit: r516258 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r516258 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java

jonesde
Author: jonesde
Date: Thu Mar  8 17:41:46 2007
New Revision: 516258

URL: http://svn.apache.org/viewvc?view=rev&rev=516258
Log:
Changed service dispatcher name to not interfere with main name

Modified:
    ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java?view=diff&rev=516258&r1=516257&r2=516258
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTests.java Thu Mar  8 17:41:46 2007
@@ -30,7 +30,7 @@
 public class ServiceEngineTests extends TestCase {
 
     public static final String DELEGATOR_NAME = "test";
-    public static final String DISPATCHER_NAME = "test-dispatcher";
+    public static final String DISPATCHER_NAME = "se-test-dispatcher";
 
     private LocalDispatcher dispatcher = null;