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

Andy Gibson (JIRA) jira-events at lists.jboss.org
Fri Nov 19 16:15:08 EST 2010


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