[
https://issues.apache.org/jira/browse/SHINDIG-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Louis Ryan closed SHINDIG-939.
------------------------------
Resolution: Fixed
Assignee: Louis Ryan
Applied fix which ignores whitespace when comparing output. Similar to the
suggested patch thanks.
> java shindig build fails due to test failure in CSSContentRewriterTest.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
> Assignee: Louis Ryan
> Priority: Minor
> Fix For: trunk
>
> Attachments: fix-CSSContentRewriterTest-bug.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> 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.