Hi Jean,
 
In Eclipse (my IDE) I specifically pass -classpath=<derbyjars> on to the RunTest main class. Did you do that?
Also, I think you will indeed run into trouble if the test dir has spaces in it, there is/was a bug filed for that, it's currently documented in the README to not work...(at least, I put it in at one point, it should be somewhere in there)
 
Thx,
Myrna
 
On 12/21/05, Jean Morissette <[EMAIL PROTECTED]> wrote:
Thanks for your quick response!

Test harness run correctly from the jars as specified in readme.html .
However, when I run instead the Testing source code from my IDE (with
the other jars in my classpath), the test doesn't execute!  The
problem is that the classpath is null.  More precisely, the line 919
in RunTest:
               classpath = sp.getProperty("classpath");
return null.

This is very strange.  Is there a difference between the derbyTesting
jar and the testing module source code?  Am I missing something?

Best regards,
Jean

Reply via email to