You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2006/10/13 10:46:37 UTC

[jira] Resolved: (HARMONY-1855) [classlib][tools][tests] ant test fails on KeyStoreLoaderSaverTest.java compilation

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

Stepan Mishura resolved HARMONY-1855.
-------------------------------------

    Resolution: Fixed

Thanks Elena - the bug was fixed in TOOLS module at r463591.

Please check that the fix fully resolves your problem.


> [classlib][tools][tests] ant test fails on KeyStoreLoaderSaverTest.java compilation
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-1855
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1855
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Elena Semukhina
>         Assigned To: Stepan Mishura
>            Priority: Critical
>
> Today's classlib update added the modules\tools\src\test\java\org\apache\harmony\tools\toolutils\tests\KeyStoreLoaderSaverTest.java which is not compiled due to the following error:
>     [javac] classlib\trunk\modules\tools\src\test\java\org\apache\harmony\tools\toolutils\tests\KeyStoreLoaderSaverTest.java:29: cannot find symbol
>     [javac] symbol  : method run(java.lang.Class<org.apache.harmony.tools.toolutils.KeyStoreLoaderSaver>)
>     [javac] location: class junit.textui.TestRunner
>     [javac]         junit.textui.TestRunner.run(KeyStoreLoaderSaver.class);
>     [javac]                                ^
>     [javac] 1 error
> KeyStoreLoaderSaverTest.java: 
> line 29 should be 
>        junit.textui.TestRunner.run(KeyStoreLoaderSaverTest.class);
>  instead of 
>         junit.textui.TestRunner.run(KeyStoreLoaderSaver.class);
>  

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