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
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
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
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
>
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