On Thu, Apr 7, 2011 at 10:44 PM, Stanislav Muhametsin <[email protected]> wrote: > Currently the tests for IO API ( lines 175 and 199 for InputOutputTest in > org.qi4j.api) fail for me. This is because the source file in > qi4j-sdk\out\test\org.qi4j.core.api\iotest.txt has CRLF line-endings, while > the file generated by the test has only LF line-endings. > > This *might* be because the git for windows has "autocrlf" feature enabled > by the default, and I forgot to change it before cloning new repo. Anyway, > by explicitly handling situation like this might be necessary, since the > reason for this behaviour is not trivial.
We need to make sure the autocrlf is not enabled by anyone, or at the most set to 'input'... Why does it have to be some darn difficult to get something that simple corrected (since which solution is chosen doesn't matter)?? :-( Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

