Author: gtully
Date: Thu Sep 3 16:43:08 2009
New Revision: 811019
URL: http://svn.apache.org/viewvc?rev=811019&view=rev
Log:
delete seems to be missing from one test that fails intermittently, adding it in
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/config/ConfigTest.java
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/config/ConfigTest.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/config/ConfigTest.java?rev=811019&r1=811018&r2=811019&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/config/ConfigTest.java
(original)
+++
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/config/ConfigTest.java
Thu Sep 3 16:43:08 2009
@@ -129,7 +129,10 @@
*/
public void testJdbcConfig() throws Exception {
// System.out.print("Checking jdbc persistence adapter configuration...
- // ");
+ // ");
+ File journalFile = new File(JOURNAL_ROOT + "testJDBCConfig/journal");
+ recursiveDelete(journalFile);
+
File derbyFile = new File(DERBY_ROOT + "testJDBCConfig/derbydb"); //
Default
//
derby
//
name