You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/08/15 14:19:59 UTC

svn commit: r232802 - /incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/query/ConcurrentQueryTest.java

Author: mreutegg
Date: Mon Aug 15 05:19:57 2005
New Revision: 232802

URL: http://svn.apache.org/viewcvs?rev=232802&view=rev
Log:
JCR-178: Allow concurrent index updates and queries
oops

Modified:
    incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/query/ConcurrentQueryTest.java

Modified: incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/query/ConcurrentQueryTest.java
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/query/ConcurrentQueryTest.java?rev=232802&r1=232801&r2=232802&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/query/ConcurrentQueryTest.java (original)
+++ incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/query/ConcurrentQueryTest.java Mon Aug 15 05:19:57 2005
@@ -244,7 +244,7 @@
             } catch (Exception e) {
                 exceptions.add(e);
             }
-            System.out.println("Executed " + count + " queries");
+            log.println("Executed " + count + " queries");
         }
 
         public synchronized void finish() {