[exo-jcr-commits] exo-jcr SVN: r543 - jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 10 05:32:39 EST 2009


Author: nzamosenchuk
Date: 2009-11-10 05:32:38 -0500 (Tue, 10 Nov 2009)
New Revision: 543

Modified:
   jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/AbstractCacheLoaderTest.java
Log:
EXOJCR-204: Updated abstract test-class

Modified: jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/AbstractCacheLoaderTest.java
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/AbstractCacheLoaderTest.java	2009-11-10 10:17:00 UTC (rev 542)
+++ jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/AbstractCacheLoaderTest.java	2009-11-10 10:32:38 UTC (rev 543)
@@ -180,7 +180,6 @@
       String fqn = "/" + JBossCacheStorage.PROPS + "/" + data.getIdentifier();
       Modification modification =
          new Modification(ModificationType.REMOVE_NODE, Fqn.fromString(fqn), JBossCacheStorage.ITEM_DATA, data);
-      modification.setOldValue(data);
       list.add(modification);
       return list;
    }



More information about the exo-jcr-commits mailing list