You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Chirag Shah (JIRA)" <ji...@apache.org> on 2010/09/29 07:22:34 UTC

[jira] Created: (SHINDIG-1435) Fix unit test failure in ServletUtilTest#testCopyResponseToServlet

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.


[jira] Resolved: (SHINDIG-1435) Fix unit test failure in ServletUtilTest#testCopyResponseToServlet

Posted by "Chirag Shah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chirag Shah resolved SHINDIG-1435.
----------------------------------

    Resolution: Fixed

Committed  r1002473.

> 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.