Skip to content

Instantly share code, notes, and snippets.

@xor-freenet
Created August 20, 2016 22:20
Show Gist options
  • Save xor-freenet/c2b3229ff401ec115ff4492fe135e2c7 to your computer and use it in GitHub Desktop.
Save xor-freenet/c2b3229ff401ec115ff4492fe135e2c7 to your computer and use it in GitHub Desktop.
[junit] Running freenet.client.filter.ContentFilterTest
[junit] Testsuite: freenet.client.filter.ContentFilterTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec
[junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec
[junit]
[junit] Testcase: testMetaRefresh took 0.307 sec
[junit] FAILED
[junit] expected:<<!-- [GenericReadFilterCallback.malformedRelativeURL]-->> but was:<<!-- [Malformed URL (relative): There is no @ in that URI! ()]-->>
[junit] junit.framework.ComparisonFailure: expected:<<!-- [GenericReadFilterCallback.malformedRelativeURL]-->> but was:<<!-- [Malformed URL (relative): There is no @ in that URI! ()]-->>
[junit] at junit.framework.Assert.assertEquals(Assert.java:100)
[junit] at junit.framework.Assert.assertEquals(Assert.java:107)
[junit] at junit.framework.TestCase.assertEquals(TestCase.java:269)
[junit] at freenet.client.filter.ContentFilterTest.testMetaRefresh(ContentFilterTest.java:224)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:606)
[junit] at junit.framework.TestCase.runTest(TestCase.java:176)
[junit] at junit.framework.TestCase.runBare(TestCase.java:141)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:122)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:142)
[junit] at junit.framework.TestResult.run(TestResult.java:125)
[junit] at junit.framework.TestCase.run(TestCase.java:129)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:252)
[junit] at junit.framework.TestSuite.run(TestSuite.java:247)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1165)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1016)
[junit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment