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/12/07 16:19:56 UTC

svn commit: r1211471 - /incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java

Author: andy
Date: Wed Dec  7 15:19:56 2011
New Revision: 1211471

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

Modified:
    incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java

Modified: incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java
URL: http://svn.apache.org/viewvc/incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java?rev=1211471&r1=1211470&r2=1211471&view=diff
==============================================================================
--- incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java (original)
+++ incubator/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena163_TDBDifferentIds.java Wed Dec  7 15:19:56 2011
@@ -68,7 +68,7 @@ public class Jena163_TDBDifferentIds
      * Therefore, this test program this does not run on MS Windows 64 bit mode.
      */
     
-    static String location = true ? "/mnt/ssd1/tmp/DB163" : ConfigTest.getTestingDirDB() ;
+    static String location = false ? "/mnt/ssd1/tmp/DB163" : ConfigTest.getTestingDirDB() ;
     
     static { 
         //SystemTDB.isWindows
@@ -82,7 +82,7 @@ public class Jena163_TDBDifferentIds
         
     }
     
-    static boolean MEM                          = false ;
+    static boolean MEM                          = true ;
     
     static final Location LOC                   = MEM ? Location.mem() : new Location(location) ;
     static final int Iterations                 = MEM ? 10000 : 10000 ;