> @@ -129,14 +129,14 @@ public void testOneRecipe() throws IOException {
> replay(validatorKey);
>
> assertEquals(
> - fn.apply("foo").render(OsFamily.UNIX),
> + fn.apply("foo").render(OsFamily.UNIX).replace("\r\n", "\n"),
jclouds-chef seems to not be functionally impacted by this issue - is it? If
fixed in code as opposed to tests, the trade-off is add to add complexity to
increase consistency.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/5/files#r4916776