Fix the payload size assertion in MemoryManagerTests.smokeTest()
----------------------------------------------------------------

                 Key: DIRECTMEMORY-29
                 URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-29
             Project: Apache DirectMemory
          Issue Type: Test
            Reporter: Igor Babalich


When the test is executed more than one time by junitbenchmarks, the same 
instance of MemoryManager is used. As result p.end is not equal to the 
payload's size, and test will fail.

Fix by changing 
   assertEquals(size,p.end);  to assertEquals(size,p.end-p.start);




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to