You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Loenko (JIRA)" <ji...@apache.org> on 2006/08/22 14:22:16 UTC

[jira] Assigned: (HARMONY-848) [classlib][io] resources for tests.api.java.io.InputStreamReaderTest is not accessible

     [ http://issues.apache.org/jira/browse/HARMONY-848?page=all ]

Mikhail Loenko reassigned HARMONY-848:
--------------------------------------

    Assignee: Mikhail Loenko

> [classlib][io] resources for tests.api.java.io.InputStreamReaderTest is not accessible
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-848
>                 URL: http://issues.apache.org/jira/browse/HARMONY-848
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>         Assigned To: Mikhail Loenko
>
> The unit test tests.api.java.io.InputStreamReaderTest referred to resources "tests/api/java/io/testfile-utf8.txt" and "tests/api/java/io/testfile.txt" that stored in the tests source directory. Thess resources should be available for test at runtime.
> Add this derectory to the path (below) or store the resources to the other place. 
> ===================================================================
> --- C:/harmony/trunk/modules/luni/build.xml	(revision 421079)
> +++ C:/harmony/trunk/modules/luni/build.xml	(working copy)
> @@ -371,6 +371,7 @@
>                      <pathelement path="${hy.luni.src.test.resources}"/>
>                      <pathelement path="../../build/tests"/>
>                  <pathelement path="${hy.hdk}/build/test/support.jar" />
> +                <pathelement path="${hy.luni.src.test}/java" />
>              </classpath>
>                  <!-- Required for running the serialization unit tests -->
>                  <!-- Note: will be deleted after improving             -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira