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:
Gary Tully 2009-09-03 16:43:08 +00:00
parent bf32e4f7da
commit 8f9ecf0aaa
1 changed files with 4 additions and 1 deletions

View File

@ -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