Myrna van Lunteren wrote:
Hi,
For the most basic check, I run sysinfo. :-)
After that, I run the test lang/supersimple.sql. So, I'd do:
java org.apache.derbyTesting.functionTests.harness.RunTest
lang/supersimple.sql
java -Dframework=DerbyNetClient
org.apache.derbyTesting.functionTests.harness.RunTest
lang/supersimple.sql
The test harness creates the database, and as this is a .sql test, in
essence, it uses ij. Running without any framework parameter defaults
to embedded, DerbyNetClient runs it with the network client.
Thank you, Myrna. I will look closer at the test and the harness to
understand how this works. From what you say this sounds close to what I
was looking for.
Vemund