I am trashing about trying to figure out how to correctly run the tests after building the trunk code. I want to run the engine/ErrorStreamTest as a single test. How do I go about doing that?
I followed the procedure on http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/README.htm?view=co And have classpath setup, and I can run: java -Dframework=DerbyNetClient org.apache.derbyTesting.functionTests.harness.RunTest lang/supersimple.sql but I don't know the command line to run engine/ErrorStreamTest?
