[ https://issues.apache.org/jira/browse/ANY23-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lewis John McGibbney reassigned ANY23-427: ------------------------------------------ Assignee: Lewis John McGibbney > http://semanticweb.org/ down causes tests to fail > ------------------------------------------------- > > Key: ANY23-427 > URL: https://issues.apache.org/jira/browse/ANY23-427 > Project: Apache Any23 > Issue Type: Bug > Components: service > Affects Versions: 2.3 > Environment: macOS > Reporter: Liam Sharp > Assignee: Lewis John McGibbney > Priority: Major > > I'm trying to build master, currently at > c83f413a4323378205c88a89fa9fa2128806358e, but get the following 3 failures > when I do "mvn clean package" > > {code:java} > 14:27:48,363 [ERROR] Failures: > 14:27:48,363 [ERROR] ServletTest.testGETwithURLEncoding:234 expected:<200> > but was:<502> > 14:27:48,363 [ERROR] ServletTest.testGETwithURLEncodingWithFragment:260 > expected:<200> but was:<502> > 14:27:48,363 [ERROR] ServletTest.testGETwithURLEncodingWithQuery:247 > expected:<200> but was:<502>{code} > > It looks like the tests are relying on [http://semanticweb.org/] being > available. These 3 tests do have a comment against them saying: "This test > has been disabled in order to avoid external resources dependencies" however > they are not disabled. They were, 1 year and 2 months ago, until the Ignore > annotation was removed in changeset 60e93a76748e53c413529409fb545e2245013639. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)