I think Peter has tested that before, so is there something to do with Gump?

Jan


http://cvs.apache.org/viewcvs.cgi/ant/src/testcases/org/apache/tools/ant/uti
l/
ClasspathUtilsTest.java   
- 2 days  
- peterreilly  
- with the bugzilla change 30161 it is not necessary to place
Path.systemClasspat... 

Testcase: testOnlyOneInstance(org.apache.tools.ant.util.ClasspathUtilsTest):
FAILED
Should be only one and not 3
jar:file:/home/gump/workspaces2/public/workspace/ant/build/lib/ant.jar!/org/
apache/tools/ant/taskdefs/defaults.properties
jar:file:/home/gump/workspaces2/public/workspace/ant/dist/lib/ant.jar!/org/a
pache/tools/ant/taskdefs/defaults.properties
jar:file:/home/gump/workspaces2/public/workspace/ant/bootstrap/lib/ant.jar!/
org/apache/tools/ant/taskdefs/defaults.properties
junit.framework.AssertionFailedError: Should be only one and not 3
jar:file:/home/gump/workspaces2/public/workspace/ant/build/lib/ant.jar!/org/
apache/tools/ant/taskdefs/defaults.properties
jar:file:/home/gump/workspaces2/public/workspace/ant/dist/lib/ant.jar!/org/a
pache/tools/ant/taskdefs/defaults.properties
jar:file:/home/gump/workspaces2/public/workspace/ant/bootstrap/lib/ant.jar!/
org/apache/tools/ant/taskdefs/defaults.properties
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at
org.apache.tools.ant.util.ClasspathUtilsTest.testOnlyOneInstance(ClasspathUt
ilsTest.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)

Reply via email to