j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Use the system's line separator in expected results #43

Closed NCrouther closed 9 years ago

NCrouther commented 9 years ago

Use the line.separator system property instead of "\n" when building expected result strings to work properly on Windows

j256 commented 9 years ago

Thanks for this. Good idea.