[jboss-svn-commits] JBL Code SVN: r12578 - labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 14 10:10:42 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-06-14 10:10:42 -0400 (Thu, 14 Jun 2007)
New Revision: 12578

Modified:
   labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java
Log:
Configure JUnit 4 test adapter

Modified: labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java
===================================================================
--- labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java	2007-06-14 12:53:12 UTC (rev 12577)
+++ labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java	2007-06-14 14:10:42 UTC (rev 12578)
@@ -6,6 +6,8 @@
 
 import java.io.File;
 
+import junit.framework.JUnit4TestAdapter;
+
 import org.apache.log4j.Logger;
 import org.jboss.cache.CacheException;
 import org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCacheTestUtil;
@@ -132,4 +134,8 @@
 		strategy2.stop();
 	}
 	
+	public static junit.framework.Test suite()
+	{
+		return new JUnit4TestAdapter(ReadOnlyRemoteFileSystemStrategyUnitTest.class);
+	}
 }




More information about the jboss-svn-commits mailing list