[exo-jcr-commits] exo-jcr SVN: r851 - jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 25 04:14:55 EST 2009


Author: sergiykarpenko
Date: 2009-11-25 04:14:54 -0500 (Wed, 25 Nov 2009)
New Revision: 851

Modified:
   jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestNodeReference.java
Log:
EXOJCR-246: TestNodeReference fixed

Modified: jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestNodeReference.java
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestNodeReference.java	2009-11-25 09:00:49 UTC (rev 850)
+++ jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestNodeReference.java	2009-11-25 09:14:54 UTC (rev 851)
@@ -243,7 +243,7 @@
 
                log.debug(testNode1.getPath() + " ref >>> " + p.getPath());
             }
-         assertEquals(5, testNode1.getReferences().getSize());
+         assertEquals(4, testNode1.getReferences().getSize());
 
          refs = testNode2.getReferences();
          if (log.isDebugEnabled())



More information about the exo-jcr-commits mailing list