You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2006/07/12 10:11:32 UTC

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

[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
        Type: Bug

  Components: Classlib  
    Reporter: Vladimir Ivanov


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


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

Posted by "Vladimir Ivanov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-848?page=comments#action_12431132 ] 
            
Vladimir Ivanov commented on HARMONY-848:
-----------------------------------------

verified, thanks

> [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

        

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

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-848?page=all ]

Mikhail Loenko closed HARMONY-848.
----------------------------------

    Resolution: Fixed

> [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

        

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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-848?page=comments#action_12429866 ] 
            
Paulex Yang commented on HARMONY-848:
-------------------------------------

I've noticed this issue yesterday, and I've moved the three test files to test/resources at revision r433585 and have enabled the InputStreamReaderTest, please verify this issue has been resolved in that way.

> [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

        

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

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ 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