You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/06/01 12:11:15 UTC

[jira] Created: (HARMONY-4021) [classlib][awt] assert in GridBagLayoutRTest

[classlib][awt] assert in GridBagLayoutRTest
--------------------------------------------

                 Key: HARMONY-4021
                 URL: https://issues.apache.org/jira/browse/HARMONY-4021
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Alexey Varlamov
            Priority: Minor


java.awt.GridBagLayoutRTest fails if assertions are enabled. To reproduce:
>ant test -Dbuild.module=awt -Dhy.test.vmargs=-esa

AddLayoutComponent: attempt to add null component

java.lang.AssertionError: AddLayoutComponent: attempt to add null component at java.awt.GridBagLayout.addLayoutComponent(GridBagLayout.java:94) at java.awt.GridBagLayoutRTest.testAddLayoutComponent(GridBagLayoutRTest.java:15) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25)

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