Failed

info.textgrid.utils.linkrewriter.ConfigurableXMLRewriterTest.testAggregationAndSpecialChars

Failing for the past 1 build (Since #64 )
Took 15 ms.

Error Message

expected:<...cription rdf:about="[about.aggregation">                 <ore:aggregates>object1.xml</ore:aggregates>                 <ore:aggregates>object2.xml]</ore:aggregates>   ...> but was:<...cription rdf:about="[file:/mnt/data/jenkins/workspace/link-rewriter/link-rewriter-core/file_with_no_special_chars_in_filename">                 <ore:aggregates>file:/mnt/data/jenkins/workspace/link-rewriter/link-rewriter-core/file%20with%20space%20in%20filename</ore:aggregates>                 <ore:aggregates>file:/mnt/data/jenkins/workspace/link-rewriter/link-rewriter-core/file%20with%20%C3%A4%C3%BC%C3%B6%C3%9F%20%C2%A2%5B%5D%7B%7D/%7D%20in%20filename]</ore:aggregates>   ...>

Stacktrace

org.junit.ComparisonFailure: expected:<...cription rdf:about="[about.aggregation">
                <ore:aggregates>object1.xml</ore:aggregates>
                <ore:aggregates>object2.xml]</ore:aggregates>
  ...> but was:<...cription rdf:about="[file:/mnt/data/jenkins/workspace/link-rewriter/link-rewriter-core/file_with_no_special_chars_in_filename">
                <ore:aggregates>file:/mnt/data/jenkins/workspace/link-rewriter/link-rewriter-core/file%20with%20space%20in%20filename</ore:aggregates>
                <ore:aggregates>file:/mnt/data/jenkins/workspace/link-rewriter/link-rewriter-core/file%20with%20%C3%A4%C3%BC%C3%B6%C3%9F%20%C2%A2%5B%5D%7B%7D/%7D%20in%20filename]</ore:aggregates>
  ...>
	at org.junit.Assert.assertEquals(Assert.java:123)
	at org.junit.Assert.assertEquals(Assert.java:145)
	at info.textgrid.utils.linkrewriter.ConfigurableXMLRewriterTest.testAggregationAndSpecialChars(ConfigurableXMLRewriterTest.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)