mirror of https://github.com/apache/activemq.git
delete seems to be missing from one test that fails intermittently, adding it in
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf32e4f7da
commit
8f9ecf0aaa
|
@ -129,7 +129,10 @@ public class ConfigTest extends TestCase {
|
|||
*/
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue