java shindig build fails due to test failure in CSSContentRewriter.java
-----------------------------------------------------------------------
Key: SHINDIG-939
URL: https://issues.apache.org/jira/browse/SHINDIG-939
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: trunk
Environment: windows vista
Reporter: Sean Lin
Priority: Minor
Fix For: trunk
Test build fails when building java shindig under Vista (assumed that this
issue only occurs under windows).
Fix is to add
expected = expected.replaceAll("\r\n", "\n");
before the assert in testCssBasic in CSSContentRewriterTest.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.