I didn't really add that line, it already existed. :) I had to reformat the file, it had funky line feeds. Does anyone know what causes that phenomenon?
- Morgan ----- Original Message ----- From: "Daniel Rall" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 5:00 PM Subject: Re: cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestIterator.java TestArrayIterator.java > 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]> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
