Author: seelmann
Date: Thu Jun 3 11:52:18 2010
New Revision: 950971
URL: http://svn.apache.org/viewvc?rev=950971&view=rev
Log:
fixed file name
Modified:
directory/apacheds/trunk/server-xml/src/test/java/org/apache/directory/server/SpringServerTest.java
Modified: directory/apacheds/trunk/server-xml/src/test/java/org/apache/directory/server/SpringServerTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/test/java/org/apache/directory/server/SpringServerTest.java?rev=950971&r1=950970&r2=950971&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/test/java/org/apache/directory/server/SpringServerTest.java
(original)
+++ directory/apacheds/trunk/server-xml/src/test/java/org/apache/directory/server/SpringServerTest.java
Thu Jun 3 11:52:18 2010
@@ -186,7 +186,7 @@ public class SpringServerTest
// Now, launch the server, and check that the ObjectClass index has been created
in OS' tmp directory
apacheDS.startup();
- File tmpOCdb = new File( tmpDir, "dc.db" );
+ File tmpOCdb = new File( tmpDir, "0.9.2342.19200300.100.1.25.db" );
assertTrue( tmpOCdb.exists() );
// if transactions are disabled there is no dc.lg file
|