You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Roman S. Bushmanov (JIRA)" <ji...@apache.org> on 2007/07/06 10:37:05 UTC

[jira] Created: (HARMONY-4365) [buildtest][func] FileReaderTest io test is invalid

[buildtest][func] FileReaderTest io test is invalid
---------------------------------------------------

                 Key: HARMONY-4365
                 URL: https://issues.apache.org/jira/browse/HARMONY-4365
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
            Reporter: Roman S. Bushmanov


The test functional/org/apache/harmony/test/func/api/java/io/FileReader/FileReaderTest.xml  has the following issue.

The testcase testFileDescriptor() relies on buffering in FileReader.read() method and supposes that method will return chars some time after corresponding 
FileInputStream is closed. 

However, the specification doesn't guarantee buffering in FileRerader.


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