You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/08/10 11:11:42 UTC

[jira] Commented: (HARMONY-4611) [classlib][luni][java6]Add new methods and testcases in java.io.File for java6

    [ https://issues.apache.org/jira/browse/HARMONY-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518950 ] 

Leo Li commented on HARMONY-4611:
---------------------------------

Hi, John
      The org.apache.harmony.luni.tests.java.io.UnixFileTest.testsetReadableZZ/test_setReadableZ fails on suse linux 10.
      Please take a look at it.

Good luck!
Leo.

> [classlib][luni][java6]Add new methods and testcases in java.io.File for java6
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-4611
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4611
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: John Liu
>            Assignee: Leo Li
>         Attachments: HARMONY-4611.diff
>
>
> Add new methods in java.io.File for JDK6 and testcases
> public long getTotalSpace()
> public long getUsableSpace()
> public long getFreeSpace()
> public boolean setReadable(boolean readable, boolean ownerOnly)
> public boolean setReadable(boolean readable)
> public boolean setWritable(boolean writable, boolean ownerOnly)
> public boolean setWritable(boolean writable)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.