2 Replies Latest reply on Jul 4, 2008 9:44 AM by ataylor

    Some tests broken since not using verify

    timfox

      I just noticed that most of the deployer tests do EasyMock.replay, but don't use EasyMock.verify so they're always passing.

      When I add EasyMock.verify they fail.

      The Roles matching in security deployer tests also seems not to actually match (Need an IArgumentMatcher??)

      I think I've seen some other early tests without verifies too.