You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/04/11 17:05:48 UTC

svn commit: r932923 - /directory/apacheds/trunk/default-config/src/test/java/org/apache/directory/server/config/ConfigPartitionReaderTest.java

Author: seelmann
Date: Sun Apr 11 15:05:48 2010
New Revision: 932923

URL: http://svn.apache.org/viewvc?rev=932923&view=rev
Log:
Fixed UTFDataFormatException in test

Modified:
    directory/apacheds/trunk/default-config/src/test/java/org/apache/directory/server/config/ConfigPartitionReaderTest.java

Modified: directory/apacheds/trunk/default-config/src/test/java/org/apache/directory/server/config/ConfigPartitionReaderTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/default-config/src/test/java/org/apache/directory/server/config/ConfigPartitionReaderTest.java?rev=932923&r1=932922&r2=932923&view=diff
==============================================================================
--- directory/apacheds/trunk/default-config/src/test/java/org/apache/directory/server/config/ConfigPartitionReaderTest.java (original)
+++ directory/apacheds/trunk/default-config/src/test/java/org/apache/directory/server/config/ConfigPartitionReaderTest.java Sun Apr 11 15:05:48 2010
@@ -66,6 +66,7 @@ public class ConfigPartitionReaderTest
     public static void readConfig() throws Exception
     {
         File workDir = new File( System.getProperty( "java.io.tmpdir" ) + "/server-work" );
+        FileUtils.deleteDirectory( workDir );
         workDir.mkdir();
 
         String workingDirectory = workDir.getPath();