shrinkwrap / descriptors

ShrinkWrap subproject for creating Archive Descriptors
Apache License 2.0
26 stars 30 forks source link

SHRINKDESC-23 (b)- Implemented with Reader #8

Closed andygibson closed 13 years ago

andygibson commented 13 years ago

Implemented the fix for the failing tests with carriage returns in the expected web-xxx.xml files as a platform independent solution as per ALR's suggestion. The resource files are read in line by line using a buffered reader which removes the CRLF issues.

(I re-forked the source for this issue because I was having some CRLF issues of my own which caused the whole file to be changed as I was working from Windows and I'm still trying to get the hang of Git, so apologies for the secondary fork).

andygibson commented 13 years ago

Closed because SHRINKDESC-23 pull is still ongoing.