[exo-jcr-commits] exo-jcr SVN: r791 - 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
Fri Nov 20 08:53:19 EST 2009


Author: areshetnyak
Date: 2009-11-20 08:53:18 -0500 (Fri, 20 Nov 2009)
New Revision: 791

Modified:
   jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestSetProperty.java
Log:
EXOJCR-203 : The test TestSetProperty was fixed.

Modified: jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestSetProperty.java
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestSetProperty.java	2009-11-20 13:45:40 UTC (rev 790)
+++ jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/writing/TestSetProperty.java	2009-11-20 13:53:18 UTC (rev 791)
@@ -382,13 +382,13 @@
       tempFiles[1] = tmpFile2;
       tempFiles[2] = tmpFile3;
 
-      for (int i = 2; i < cLog.getAllStates().size(); i++)
-      {
-         ItemState item = cLog.getAllStates().get(i);
+//      for (int i = 2; i < cLog.getAllStates().size(); i++)
+//      {
+//         ItemState item = cLog.getAllStates().get(i);
          // TODO doesn't pass with FileTree VS, ok with CAS if contents different
          //compareStream(((PropertyData) item.getData()).getValues().get(0).getAsStream(),
          //              new FileInputStream(tempFiles[i - 2]));
-      }
+//      }
    }
 
    public void onSaveItems(ItemStateChangesLog itemStates)



More information about the exo-jcr-commits mailing list