[shrinkwrap-issues] [JBoss JIRA] Resolved: (SHRINKDESC-23) Web app descriptor tests fail because of carriage return

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Tue Feb 15 19:27:13 EST 2011


     [ https://issues.jboss.org/browse/SHRINKDESC-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Rubinger resolved SHRINKDESC-23.
---------------------------------------

         Assignee: Andrew Rubinger
    Fix Version/s: 0.1.0
       Resolution: Done


> Web app descriptor tests fail because of carriage return
> --------------------------------------------------------
>
>                 Key: SHRINKDESC-23
>                 URL: https://issues.jboss.org/browse/SHRINKDESC-23
>             Project: ShrinkWrap Descriptors
>          Issue Type: Bug
>          Components: api
>    Affects Versions: 0.1.0
>         Environment: Windows, Dos, maven 3.0, JDK 1.6
>            Reporter: Andy Gibson
>            Assignee: Andrew Rubinger
>             Fix For: 0.1.0
>
>
> The tests for the web app descriptors are failing because of the carriage return in the expected web.xml files in the test/resources used to compare the actual results with what it should be. The fix is to change the assert equals to 
> Assert.assertEquals(expected.toString().replace("\r",""), webApp);
> for each one to strip out the carriage returns, but leave the line feeds. I'll submit a fix for it through GitHub.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list