[jboss-svn-commits] JBL Code SVN: r7650 - labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 16 11:45:56 EST 2006


Author: b_georges
Date: 2006-11-16 11:45:53 -0500 (Thu, 16 Nov 2006)
New Revision: 7650

Modified:
   labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.java
Log:
Fixed path

Modified: labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.java
===================================================================
--- labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.java	2006-11-16 16:15:32 UTC (rev 7649)
+++ labs/jbossesb/workspace/b_georges/qa/junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.java	2006-11-16 16:45:53 UTC (rev 7650)
@@ -68,7 +68,7 @@
             //Now we can bring up the ContentBasedRouter
             logger.info("Testing to see if we can instantiate one");
             String deploymentConfigFile = TestEnvironmentUtil.getUserDir("qa")
-            + "junit/src/org/jboss/soa/esb/listeners/message/RemoteFileSystemTest.xml";
+            + "junit/src/org/jboss/soa/esb/util/RemoteFileSystemTest.xml";
             _proc = new EsbListenerController(deploymentConfigFile);
             new Thread(_proc).start();
             // give the listener time to register




More information about the jboss-svn-commits mailing list