[jboss-cvs] JBossAS SVN: r109439 - 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
Tue Nov 23 18:21:22 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-11-23 18:21:21 -0500 (Tue, 23 Nov 2010)
New Revision: 109439

Modified:
   branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientTestCase.java
Log:
Update 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-11-23 23:17:10 UTC (rev 109438)
+++ branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/datagrid/test/HotRodClientTestCase.java	2010-11-23 23:21:21 UTC (rev 109439)
@@ -25,6 +25,7 @@
 import java.util.Arrays;
 import java.util.Properties;
 import java.util.concurrent.TimeUnit;
+import java.util.Map;
 
 import org.infinispan.client.hotrod.*;
 import org.infinispan.Cache;
@@ -387,7 +388,7 @@
 	
 	private void printCacheContents(RemoteCache c, String description) {
         Map<String,String> cacheElements = c.getBulk();
-        System.out.println(description + cacheElements)
+        System.out.println(description + " : " + cacheElements);
 	}
 	
 	



More information about the jboss-cvs-commits mailing list