You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2012/02/01 06:30:03 UTC

svn commit: r1238941 - /incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/TestAssemblerLARQ.java

Author: castagna
Date: Wed Feb  1 05:30:03 2012
New Revision: 1238941

URL: http://svn.apache.org/viewvc?rev=1238941&view=rev
Log:
Make release manager happy: no WARN log messages.
I've never used Log in Atlas before... handy. Kudos to Andy. ;-)

Modified:
    incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/TestAssemblerLARQ.java

Modified: incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/TestAssemblerLARQ.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/TestAssemblerLARQ.java?rev=1238941&r1=1238940&r2=1238941&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/TestAssemblerLARQ.java (original)
+++ incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/TestAssemblerLARQ.java Wed Feb  1 05:30:03 2012
@@ -38,6 +38,7 @@ import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Test;
 import org.openjena.atlas.lib.FileOps;
+import org.openjena.atlas.logging.Log;
 
 import com.hp.hpl.jena.query.Dataset;
 import com.hp.hpl.jena.rdf.model.ResourceFactory;
@@ -110,6 +111,7 @@ public class TestAssemblerLARQ {
     }
     
     @Test public void testMake3() throws CorruptIndexException, IOException {
+    	Log.disable(AssemblerLARQ.class) ;
         IndexLARQ indexLARQ1 = null ;
         IndexLARQ indexLARQ2 = null ;
         try {