« Return to Thread: [jira] Created: (JMOCK-217) org.jmock.test.unit.lib.concurrent.BlitzerTests fails on HEAD

[jira] Created: (JMOCK-217) org.jmock.test.unit.lib.concurrent.BlitzerTests fails on HEAD

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread

org.jmock.test.unit.lib.concurrent.BlitzerTests fails on HEAD
-------------------------------------------------------------

                 Key: JMOCK-217
                 URL: http://jira.codehaus.org/browse/JMOCK-217
             Project: jMock
          Issue Type: Bug
          Components: Library
    Affects Versions: 2.6.0
            Reporter: Tom Palmer
         Attachments: BlitzerTests.java.patch

org.jmock.test.unit.lib.concurrent.BlitzerTests currently fails on HEAD as it assumes the expectedActionCount = threadCount * iterationCount. It is, in fact, just iterationCount. The attached patch fixes the test so that it passes.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: [jira] Created: (JMOCK-217) org.jmock.test.unit.lib.concurrent.BlitzerTests fails on HEAD