You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/09/15 23:30:38 UTC

svn commit: r1171282 - /incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TestTransSystemJena91.java

Author: andy
Date: Thu Sep 15 21:30:38 2011
New Revision: 1171282

URL: http://svn.apache.org/viewvc?rev=1171282&view=rev
Log: (empty)

Modified:
    incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TestTransSystemJena91.java

Modified: incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TestTransSystemJena91.java
URL: http://svn.apache.org/viewvc/incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TestTransSystemJena91.java?rev=1171282&r1=1171281&r2=1171282&view=diff
==============================================================================
--- incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TestTransSystemJena91.java (original)
+++ incubator/jena/Experimental/TxTDB/trunk/src-dev/tx/TestTransSystemJena91.java Thu Sep 15 21:30:38 2011
@@ -67,7 +67,7 @@ import com.hp.hpl.jena.tdb.transaction.T
 public class TestTransSystemJena91
 {
     static { 
-        if ( true )
+        if ( false )
             SystemTDB.setFileMode(FileMode.direct) ; 
     }
     static { org.openjena.atlas.logging.Log.setLog4j() ; }