[jbosscache-commits] JBoss Cache SVN: r5820 - core/trunk/src/test/java/org/jboss/cache/marshall.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri May 9 08:32:19 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-05-09 08:32:19 -0400 (Fri, 09 May 2008)
New Revision: 5820

Modified:
   core/trunk/src/test/java/org/jboss/cache/marshall/CacheMarshaller200Test.java
Log:
Fixed test

Modified: core/trunk/src/test/java/org/jboss/cache/marshall/CacheMarshaller200Test.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/marshall/CacheMarshaller200Test.java	2008-05-09 12:24:21 UTC (rev 5819)
+++ core/trunk/src/test/java/org/jboss/cache/marshall/CacheMarshaller200Test.java	2008-05-09 12:32:19 UTC (rev 5820)
@@ -86,8 +86,10 @@
       final CacheMarshaller200 cm200 = new CacheMarshaller200();
       c.setInactiveOnStartup(false);
       c.setUseRegionBasedMarshalling(true);
+      c.setCacheMarshaller(cm200);
       cr.registerComponent(cm200, CacheMarshaller200.class);
       cr.rewire();
+      cr.start();
 
       RegionManager rm = cr.getComponent(RegionManager.class);
       ByteArrayOutputStream baos = new ByteArrayOutputStream();




More information about the jbosscache-commits mailing list