Original Reporter: dmurat
Environment: win7, jdk1.6.0_45 64 bit, gradle 1.6
Version: 2.3-RC1
Migrated From: http://jira.grails.org/browse/GRAILS-10285
Two tests from grails-bootstrap module are failing on windows:
- {{org.codehaus.groovy.grails.resolve.IvyDependencyManagerTests.testParseDependencyDefinition()}}
- {{org.codehaus.groovy.grails.resolve.reporting.SimpleGraphRendererSpec."Test render graph of dependencies to writer"()}}
In first test, problem is with directory separator character, while in second problem is with line ending character.
I will try to provide a pull-request soon.