Author: nzamosenchuk
Date: 2009-12-08 09:49:36 -0500 (Tue, 08 Dec 2009)
New Revision: 949
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/lab/cluster/TestQueryAssert.java
Log:
EXOJCR-291: Fixed cluster query tests.
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/lab/cluster/TestQueryAssert.java
===================================================================
---
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/lab/cluster/TestQueryAssert.java 2009-12-08
14:47:25 UTC (rev 948)
+++
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/lab/cluster/TestQueryAssert.java 2009-12-08
14:49:36 UTC (rev 949)
@@ -47,7 +47,6 @@
public void testAssert() throws RepositoryException, IOException
{
System.out.println("Start asserting....");
- int datum = System.in.read();
Node doc1 = root.getNode("document1");
Node doc2 = root.getNode("document2");