Fix wrong MIME type expectations in integration tests -----------------------------------------------------
Key: SLING-975 URL: https://issues.apache.org/jira/browse/SLING-975 Project: Sling Issue Type: Bug Components: Launchpad Affects Versions: Launchpad Testing 5 Reporter: Felix Meschberger Assignee: Felix Meschberger Integrationtests fail due to the new MIME type file: These expect text/xml and get application/xml, where the latter is considered "more correct" today: testEspXml(org.apache.sling.launchpad.webapp.integrationtest.NodetypeRenderingTest) testEspXml(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest) These expected application/x-javascript and get application/javascript: testJavascriptFile(org.apache.sling.launchpad.webapp.integrationtest.StreamServletTest) testEspJs(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest) Since these failures are a result of upgrading our core MIME types file to the Apache httpd version, I consider the tests wrong and will fix them -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.