Hi As part of working of Junit test conversion, I added one of the sample junit tests to derby src which does nothing important. I ran "ant all" without any errors.
The test can be run successfully as a standalone tests: [EMAIL PROTECTED] trunk]$ java junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.jdbcapi.FirstJUnitTest . Time: 0.01 OK (1 test) However, the derbyall test fails: derbyall/derbyall.fail:jdbcapi/FirstJUnitTest.java derbyall/derbynetclientmats/derbynetmats.fail:jdbcapi/FirstJUnitTest.java I modified: * java\testing\org\apache\derbyTesting\functionTests\suites\jdbcapi.runall and added jdbcapi/FirstJUnitTest.java I have to yet run suites.All test. Did I miss anything here? Thanks, Ramin
