Has someone an opinion about this problem?
Its the only test which still fails on hudson.
Jörn
On 2/11/11 2:40 PM, Jörn Kottmann (JIRA) wrote:
Import_implTest.testFindAbsoluteUrl fails on Hudson
---------------------------------------------------
Key: UIMA-2051
URL: https://issues.apache.org/jira/browse/UIMA-2051
Project: UIMA
Issue Type: Bug
Components: Build, Packaging and Test
Reporter: Jörn Kottmann
Priority: Minor
This test fails on hudson and should be fixed.
The following error messages is printed out:
Error Message
expected:<file:/zonestorage/hudson/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml>
but
was:<file:/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml>
Stacktrace:
junit.framework.AssertionFailedError:
expected:<file:/zonestorage/hudson/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml>
but
was:<file:/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:71)
at
org.apache.uima.resource.metadata.impl.Import_implTest.testFindAbsoluteUrl(Import_implTest.java:124)