=== modified file 'java/testsuite/BaseNdbjTestCase.java'
--- a/java/testsuite/BaseNdbjTestCase.java	2008-03-02 03:13:35 +0000
+++ b/java/testsuite/BaseNdbjTestCase.java	2008-03-28 01:58:24 +0000
@@ -30,7 +30,7 @@
 	protected static String CLUSTER_LOG="";
 	protected static Connection MYSQL_CONN=null;
 	
-	protected NdbClusterConnection ndbConn=null;
+	protected static NdbClusterConnection ndbConn=null;
 	protected com.mysql.cluster.ndbj.Ndb ndb=null;
 	protected NdbTransaction trans=null;
 	
@@ -171,10 +171,14 @@
 			trans=null;
 		}
 
+		/* We don't want to redo this every time - cluster doesn't really
+		 * support that idea
 		ndb.close();
 		ndb=null;
 		ndbConn.close();
-		ndbConn = null;
+		ndbConn = null; 
+		*/
+		
 		super.tearDown();
 	}
 	



