Hello,
I was reading through some of the documentation on how to run the
test suite for the derby project. Though my ant tasks run green (both all
and testing) I saw in the docs that there is a java test to run. When I try
to execute the following command I get the following error.
java org.apache.derbyTesting.functionTests.harness.RunSuite derbyall
Top suite: derbyall
Exception in thread "main" java.lang.NoClassDefFoundError: junit/framework/Test
at
org.apache.derbyTesting.functionTests.harness.RunSuite.getSuiteProperties(RunSuite.java:270)
at
org.apache.derbyTesting.functionTests.harness.RunSuite.main(RunSuite.java:120)
Is there something I am missing here?
Thanks!
--
Christopher Saunders