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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Feb 7 08:16:49 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-02-07 08:16:49 -0500 (Thu, 07 Feb 2008)
New Revision: 5320

Modified:
   core/trunk/src/test/java/org/jboss/cache/marshall/MarshalledValueTest.java
Log:
Fixed broken tests

Modified: core/trunk/src/test/java/org/jboss/cache/marshall/MarshalledValueTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/marshall/MarshalledValueTest.java	2008-02-07 02:13:58 UTC (rev 5319)
+++ core/trunk/src/test/java/org/jboss/cache/marshall/MarshalledValueTest.java	2008-02-07 13:16:49 UTC (rev 5320)
@@ -260,6 +260,8 @@
       clc.addIndividualCacheLoaderConfig(iclc);
       cache1.getConfiguration().setCacheLoaderConfig(clc);
       cache2.getConfiguration().setCacheLoaderConfig(clc.clone());
+      cache1.getConfiguration().setUseLazyDeserialization(true);
+      cache2.getConfiguration().setUseLazyDeserialization(true);
 
       cache1.start();
       cache2.start();




More information about the jbosscache-commits mailing list