inline [EMAIL PROTECTED] writes:
> morgand 02/02/25 14:43:04 > > Modified: collections/src/test/org/apache/commons/collections > TestArrayIterator.java > Added: collections/src/test/org/apache/commons/collections > TestIterator.java > Log: > added base class for testing iterators > ... > + assertEquals( "Iteration value is correct", testValue, iterValue ); ... Shouldn't the assertion message be in the context of a failure (rather than a success, like above)? Assuming I've got this right, "Iteration value is incorrect" might be a better choice. Dan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
