]
Dan Berindei updated ISPN-4922:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Remove carriage returns from test files
---------------------------------------
Key: ISPN-4922
URL:
https://issues.jboss.org/browse/ISPN-4922
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 7.0.0.CR2
Reporter: William Burns
Assignee: William Burns
Fix For: 7.0.0.Final
DistributedEntryRetrieverTest still has some carriage returns in it erroneously. they
should be removed as well as any other tests although running {code}find -name *.java
-exec grep -r $'\r' '{}' \; -print
{code} only seems to return DistributedEntryRetrieverTest.java