classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Kissme-general] Re: Kissme and Classpath


From: John Leuner
Subject: Re: [Kissme-general] Re: Kissme and Classpath
Date: Mon, 24 Jun 2002 18:46:00 +0100
User-agent: Mutt/1.3.27i

> ../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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]