On 11 Mar 2002, <[EMAIL PROTECTED]> wrote:

>   +        assertTrue(zipFile.getEntry("test6.mf") == null);

any objections against changing things like these to

             assertNull(zipFile.getEntry("test6.mf"))

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to