You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/09/13 15:41:57 UTC

[jira] Updated: (SLING-975) Fix mime type handling in integration tests and default GET servlets

     [ https://issues.apache.org/jira/browse/SLING-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-975:
------------------------------------

    Component/s:     (was: Servlets Get)
                     (was: Launchpad)
                 Testing
                 Servlets

> Fix mime type handling in integration tests and default GET servlets
> --------------------------------------------------------------------
>
>                 Key: SLING-975
>                 URL: https://issues.apache.org/jira/browse/SLING-975
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets, Testing
>    Affects Versions: Servlets Get 2.0.4, Launchpad Testing 5
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Launchpad Testing 6, Servlets Get 2.0.6
>
>
> 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.