[jboss-svn-commits] JBL Code SVN: r12585 - 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 15:26:36 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-06-14 15:26:36 -0400 (Thu, 14 Jun 2007)
New Revision: 12585

Modified:
   labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java
Log:
Stop database after test

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 19:22:52 UTC (rev 12584)
+++ labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java	2007-06-14 19:26:36 UTC (rev 12585)
@@ -128,10 +128,11 @@
 	}
 	
 	@AfterClass
-	public static void classTearDown()
+	public static void classTearDown() throws Exception
 	{
 		strategy.stop();
 		strategy2.stop();
+                HsqldbUtil.stopHsqldb( "jdbc:hsqldb:hsql://localhost:9001/ftpcache", "sa", "" );
 	}
 	
 	public static junit.framework.Test suite()




More information about the jboss-svn-commits mailing list