reckart opened a new issue, #222: URL: https://github.com/apache/uima-uimaj/issues/222
**Is your feature request related to a problem? Please describe.** The CAS I/O test suite `SerDesCasIOTestUtils` has options to compare CAS files serialized to a textual format which may have different line endings such as JSON (we consider XMI to be a binary format). It only offers `roundTripDesSerScenariosComparingFileContents` which does a binary comparison and `roundTripDesSerScenariosComparingCasContents` which loads the CAS and does a semantic comparison. **Describe the solution you'd like** It would be nice to have a `roundTripDesSerScenariosComparingFileContentsNormalizingNewlines` as well. **Additional context** Useful for the CAS JSON IO tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
