[jboss-cvs] JBossAS SVN: r109021 - branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 29 17:39:10 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-29 17:39:09 -0400 (Fri, 29 Oct 2010)
New Revision: 109021

Modified:
   branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientTestCase.java
Log:
Fix up HotRodClientTestCase

Modified: branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientTestCase.java
===================================================================
--- branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientTestCase.java	2010-10-29 19:34:26 UTC (rev 109020)
+++ branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientTestCase.java	2010-10-29 21:39:09 UTC (rev 109021)
@@ -273,19 +273,19 @@
 //		junit.textui.TestRunner.run(suite());
 //	}
 	
-	class HotRodClientTestSetup extends JBossTestClusteredSetup {
-
-		public void setUp() throws Exception {
-			super.setUp();
-			// one time setup here
-			System.out.println("one time setup") ;				
-		}
-
-		public void tearDown() throws Exception {
-			// one time tear down here
-			System.out.println("one time teardown") ;
-			super.tearDown();
-		}
-
-	}
+//	class HotRodClientTestSetup extends JBossTestClusteredSetup {
+//
+//		public void setUp() throws Exception {
+//			super.setUp();
+//			// one time setup here
+//			System.out.println("one time setup") ;				
+//		}
+//
+//		public void tearDown() throws Exception {
+//			// one time tear down here
+//			System.out.println("one time teardown") ;
+//			super.tearDown();
+//		}
+//
+//	}
 }
\ No newline at end of file



More information about the jboss-cvs-commits mailing list