[9] RFR of 8072495: (fs) Path.relativize() gives incorrect result for empty path on Windows
Brian Burkhalter
brian.burkhalter at oracle.com
Fri Feb 6 02:02:11 UTC 2015
On Feb 5, 2015, at 2:16 PM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:
> On Feb 5, 2015, at 4:08 AM, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:
>
>> Should there be:
>>
>> 518 test("")
>> 519 .relativize("", "")
>> 520 .relativize("a", "a")
>> 521 .relativize("a\\b\\c", "a\\b\\c")
>>
>> + .relativize("C:\\a\\b\\c", "C:\\a\\b\\c”);
>
> Added this as well.
Actually removed the test change after all:
http://cr.openjdk.java.net/~bpb/8072495/webrev.02/
This is the patch which should be approved / rejected.
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20150205/b01694fb/attachment.html>
More information about the nio-dev
mailing list