You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2010/06/23 11:47:56 UTC

Re: svn commit: r957142 - /harmony/enhanced/java/trunk/classlib/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/RandomAccessFileTest.java

On 23/Jun/2010 09:19, hindessm@apache.org wrote:
> +        if (File.separator != "/") {

or consider system property "os.name"?

> +            // skip windows until a test can be implemented that doesn't
> +            // require 2GB of free disk space
> +            return;
> +        }
> +        // (all?) unix platforms support sparse files so this should not
> +        // need to have 2GB free disk space to pass

<shudder/>