Re: [cp-patches] Patch: File.getParent fixlet

2005-11-06 Thread Wolfgang Baer
Mark Wielaard wrote: Hi Wolfgang, On Sun, 2005-11-06 at 19:06 +0100, Wolfgang Baer wrote: These are the fixlets needed to make java.io.File pass the submitted mauve tests for an empty file ( new File("") ). 2005-11-06 Wolfgang Baer <[EMAIL PROTECTED]> * java/io/File.java

Re: [cp-patches] Patch: File.getParent fixlet

2005-11-06 Thread Mark Wielaard
Hi Wolfgang, On Sun, 2005-11-06 at 19:06 +0100, Wolfgang Baer wrote: > These are the fixlets needed to make java.io.File pass the submitted > mauve tests for an empty file ( new File("") ). > > 2005-11-06 Wolfgang Baer <[EMAIL PROTECTED]> > > * java/io/File.java >(getParen

Re: [cp-patches] Patch: File.getParent fixlet

2005-11-06 Thread Wolfgang Baer
Mark Wielaard wrote: Hi Wolfgang, On Fri, 2005-10-28 at 20:47 +0200, Wolfgang Baer wrote: File.getParent fails with an Exception for a file with a pathname of "". A corresponding mauve test is send to mauve-patches. 2005-10-28 Wolfgang Baer <[EMAIL PROTECTED]> * java/io/File.java

Re: [cp-patches] Patch: File.getParent fixlet

2005-11-04 Thread Mark Wielaard
Hi Wolfgang, On Fri, 2005-10-28 at 20:47 +0200, Wolfgang Baer wrote: > File.getParent fails with an Exception for a file with > a pathname of "". > > A corresponding mauve test is send to mauve-patches. > > 2005-10-28 Wolfgang Baer <[EMAIL PROTECTED]> > > * java/io/File.java >

[cp-patches] Patch: File.getParent fixlet

2005-10-28 Thread Wolfgang Baer
Hi, File.getParent fails with an Exception for a file with a pathname of "". A corresponding mauve test is send to mauve-patches. 2005-10-28 Wolfgang Baer <[EMAIL PROTECTED]> * java/io/File.java (getParent): If pathname is "" return null. Wolfgang Index: java/io/File.java