google-code-export / gwt-test-utils

Automatically exported from code.google.com/p/gwt-test-utils
1 stars 0 forks source link

Update to gxt 2.2.4 #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some of the gwt-test-utils-gxt patchers seem to be out of date since the 
release of 2.2.4 version.

Original issue reported on code.google.com by gael.laz...@gmail.com on 3 Jun 2011 at 4:26

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/gwt-test-utils/issues/detail?id=45#c2

Original comment by Andrzej....@gmail.com on 7 Jun 2011 at 9:02

GoogleCodeExporter commented 9 years ago
For GXT 2.2.4 the work-around is "hacking" XDOM class (XDOM patch is already 
added)
    @Before
    public void setUp() {
        GwtReflectionUtils.setStaticField(XDOM.class, "scrollBarWidth", 10);
    }

Original comment by Andrzej....@gmail.com on 7 Jun 2011 at 9:37

GoogleCodeExporter commented 9 years ago
    @Test
    public void testTreeGridView() {
        new TreeGridView();
    }

Original comment by Andrzej....@gmail.com on 7 Jun 2011 at 9:39

GoogleCodeExporter commented 9 years ago
I've updated the GXT dependency to 2.2.4-gwt22 on trunk.

To do so, I've uploaded the GXT jars on our maven public repository, which is 
available here :

http://forge.octo.com/nexus/content/repositories/public/

Every gwt-test-utils-gxt unit tests passed after upgrading :-)

Original comment by gael.laz...@gmail.com on 21 Jun 2011 at 11:24