I have this habit of running the tests by typing: java org.apache.derbyTesting.functionTests.harness.RunSuite derbyall; java junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All
That is, both commands consecutively in the same directory. The last time I tried this, I got a bunch of errors during the Junit tests about "Failed to create database 'wombat'... directory already exists". When I run the Junit tests in an empty directory by themselves, no problem. Anybody else seeing this? thanks, bryan
