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

Andy Gibson (JIRA) jira-events at lists.jboss.org
Fri Nov 19 17:05:07 EST 2010


    [ https://jira.jboss.org/browse/SHRINKDESC-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564429#comment-12564429 ] 

Andy Gibson commented on SHRINKDESC-23:
---------------------------------------

Forked Git repository for this issue, made changes, and submitted a pull request. Also filled out the CLA for Shrinkwrap. 

> Web app descriptor tests fail because of carriage return
> --------------------------------------------------------
>
>                 Key: SHRINKDESC-23
>                 URL: https://jira.jboss.org/browse/SHRINKDESC-23
>             Project: ShrinkWrap Descriptors
>          Issue Type: Bug
>          Components: api
>    Affects Versions: 1.0.0-alpha-1
>         Environment: Windows, Dos, maven 3.0, JDK 1.6
>            Reporter: Andy Gibson
>
> 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