Turns out I have the jar file, I just didn't have it in my classpath. I modified my classpath and magic occurred.

Thanks for the tips on how to run individual tests with the net client, and about using the new Derby client.

David

Kathey Marsden wrote:

David Van Couvering wrote:


I try to run the suite derbynetmats.runall and it looks like it is
skipping all the tests.  I tried to grok why this is happening, but
couldn't figure it out.  Do I need to set some property when I call
RunSuite to get this to work?


Hi David,

To run derbynetmats you need the IBM Universal JDBC Driver (JCC) in your
classpath. You can download this from
http://www-106.ibm.com/developerworks/db2/downloads/jcc/

There is also  a new suite that is already checked in,
derbynetclientmats which runs with the new client.  The client is not
checked in just yet, but I think it is pretty close.

For the suites, you don't need to set a property, it is automatic. Use
the following system properties when you call RunTest to run an
individual test with network server.

For JCC
-Dframework=DerbyNet


For  Derby client
    -Dframework=DerbyNetClient


Kathey





Reply via email to