Fix unit test failure in ServletUtilTest#testCopyResponseToServlet
------------------------------------------------------------------
Key: SHINDIG-1435
URL: https://issues.apache.org/jira/browse/SHINDIG-1435
Project: Shindig
Issue Type: Bug
Reporter: Chirag Shah
The unit test ServletUtilTest#testCopyResponseToServlet is currently failing on
hudson:
http://hudson.inuus.com/job/Shindig%20Trunk/125/org.apache.shindig$shindig-gadgets/testReport/junit/org.apache.shindig.gadgets.servlet/ServletUtilTest/testCopyResponseToServlet/
expected:<public,max-age=[1000]> but was:<public,max-age=[999]>
org.junit.ComparisonFailure: expected:<public,max-age=[1000]> but
was:<public,max-age=[999]>
at org.junit.Assert.assertEquals(Assert.java:123)
at org.junit.Assert.assertEquals(Assert.java:145)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.