> ../useful_scripts/mauveTest java-io-classes  #( this will hang! :) )

Did you try testing one test by itself?

Something like this:

(from the mauve directory)

../../kissmecvs/kissme -classpath 
../../kissmecvs/classes:/mnt/dev/kclasspath/classpath:. gnu.testlet.SimpleTestHarness

Then type in the name of the test, ie:

gnu.testlet.java.lang.String.StringTest

You should see output like:

FAIL: gnu.testlet.java.lang.String.StringTest: Error : test_valueOf failed - 15 
(number 1)
1 of 150 tests failed

And then push CTRL+D to stop.

Does that work?

It might hang because one of the tests (maybe PipedInputStream or similar), doesn't 
work well with kissme/classpath.

John Leuner

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to