That looks really scary to me.

Can the files in question be made into resources instead?

On Tue, May 25, 2010 at 10:06 PM, Robin Anil <[email protected]> wrote:

> Coming to another issue:
> 3 tests from the ga package are failing on hudson while running clover
> because the test-input path is hardcoded like this
>
> Path input = new Path("target/test-classes/wdbc");
>
> when running under clover2 instrument mode the path becomes
> Path input = new Path("target/clover/test-classes/wdbc");
>
> Is there any way I can use the original path
> utils/src/test/resources/wdbc from java.
>

Reply via email to