Jayaram Subramanian <[email protected]> writes: > Hi All, > Thanks for your reply. As suggested i made the changes to > derbyall.properties derbynetclientmats.runall and > derbynetclientmats.properties. > > I tried testing the changes by running All.java and Allpackages.java > as junit tests. But no output appeared on the console.. Should i do > something different
Hi Jayaram, The tests you've changed are not part of the JUnit test suite, but run in the old test harness. To run them, add derbyrun.jar, derbyTesting.jar, jakarta-oro-2.0.8.jar and junit.jar to the classpath, and execute this command: java org.apache.derbyTesting.functionTests.harness.RunSuite derbyall If everything goes well, you'll find a test report in derbyall_report.txt when the command has completed. -- Knut Anders
