Dave Brosius <[email protected]> writes: > I've managed to knock down the number of failures for running: > > java -classpath > tools/java/junit.jar:tools/java/jakarta-oro-2.0.8.jar:jars/sane/derbyTesting.jar:jars/sane/derby.jar:jars/sane/derbyTools.jar:jars/sane/derbyTools.jar:jars/sane/derbyrun.jar:jars/sane/derbynet.jar:jars/sane/derbyclient.jar > -Xmx800m -XX:MaxPermSize=512m junit.textui.TestRunner > org.apache.derbyTesting.functionTests.suites.All > > to two, below. > > Anyone know what i'm doing wrong?
Perhaps you have old databases lying around from earlier test runs? That could confuse some of the tests. Removing the system directory before rerunning the tests should help if that's the problem. -- Knut Anders
