\> As you'll be able to see on that
page, SQL tests can be converted by either running the current SQL file as part of a test that extends from the util.ScriptTestCase or... alternatively... you can convert the test by hand with JDBC calls that execute the SQL commands.
Isn't there still a tool that performs the conversion from SQL script to JDBC test case automatically? You still have to process the results by hand, but I recall that the tool does an enormous amount of the heavy lifting for you. I think it's called: org.apache.derbyTesting.functionTests.util.SQLToJUnit thanks, bryan
