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 2012/02/06 12:49:54 UTC

svn commit: r1240987 - /incubator/jena/Jena2/TDB/trunk/src/test/java/com/hp/hpl/jena/tdb/ConfigTest.java

Author: andy
Date: Mon Feb  6 11:49:54 2012
New Revision: 1240987

URL: http://svn.apache.org/viewvc?rev=1240987&view=rev
Log:
Move testing workspace area under target/ so that it is not included in a source-release snapshot.

Modified:
    incubator/jena/Jena2/TDB/trunk/src/test/java/com/hp/hpl/jena/tdb/ConfigTest.java

Modified: incubator/jena/Jena2/TDB/trunk/src/test/java/com/hp/hpl/jena/tdb/ConfigTest.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/src/test/java/com/hp/hpl/jena/tdb/ConfigTest.java?rev=1240987&r1=1240986&r2=1240987&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/src/test/java/com/hp/hpl/jena/tdb/ConfigTest.java (original)
+++ incubator/jena/Jena2/TDB/trunk/src/test/java/com/hp/hpl/jena/tdb/ConfigTest.java Mon Feb  6 11:49:54 2012
@@ -33,7 +33,7 @@ public class ConfigTest
     {
         if ( ! initialized )
         {
-            FileOps.ensureDir("tmp") ;
+            FileOps.ensureDir("target") ;
             FileOps.ensureDir(testingDir) ;
             FileOps.ensureDir(testingDirDB) ;
         }