Stefan Bodewig wrote:
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
No. I just tried a build under 1.4 and did the quick and dirty to get these to compile cleanly.
As I think Stephane has pointed out, the regexpreplace test fails under 1.4
Conor
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
