Author: areshetnyak
Date: 2009-11-12 11:51:16 -0500 (Thu, 12 Nov 2009)
New Revision: 618
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoaderTest.java
Log:
EXOJCR-201 : The JDBCCacheLoaderTest was changed.
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoaderTest.java
===================================================================
---
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoaderTest.java 2009-11-12
16:32:27 UTC (rev 617)
+++
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JDBCCacheLoaderTest.java 2009-11-12
16:51:16 UTC (rev 618)
@@ -393,7 +393,7 @@
QPath nodePath = QPath.parse("[]:1[]node:1");
NodeData node =
new TransientNodeData(nodePath, nodeId, 1, Constants.NT_UNSTRUCTURED, new
InternalQName[0], 0,
- Constants.ROOT_PARENT_UUID, new AccessControlList());
+ Constants.ROOT_UUID, new AccessControlList());
PropertyData primaryType =
createProperty(nodePath, nodeId, Constants.JCR_PRIMARYTYPE,
Constants.NT_UNSTRUCTURED, false);
Show replies by date