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:46:04 UTC

[jira] Created: (HARMONY-4369) [buildtest][func] WindowTest awt test is incorrect

[buildtest][func] WindowTest awt test is incorrect
--------------------------------------------------

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


The problem is in functional/org/apache/harmony/test/func/api/java/awt/Window/WindowTest.xml functional test,  testWindow_getInputContext testcase. 

The test doesn't guarantee and doesn't perform any checks that the current input method doesn't support reconvert operation.

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


[jira] Updated: (HARMONY-4369) [buildtest][func] WindowTest awt test is incorrect

Posted by "Andrey Pavlenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Pavlenko updated HARMONY-4369:
-------------------------------------

    Attachment: HARMONY-4369-InputMethodContext.patch

I think the patch is correct. This test case suppose that the method reconvert() throws UnsupportedOperationException as RI does. So, I think it's compatibility issue. The attached patch fixes the issue.

> [buildtest][func] WindowTest awt test is incorrect
> --------------------------------------------------
>
>                 Key: HARMONY-4369
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4369
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Roman S. Bushmanov
>         Attachments: HARMONY-4369-InputMethodContext.patch
>
>
> The problem is in functional/org/apache/harmony/test/func/api/java/awt/Window/WindowTest.xml functional test,  testWindow_getInputContext testcase. 
> The test doesn't guarantee and doesn't perform any checks that the current input method doesn't support reconvert operation.

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