gwt-maven-plugin error

51 views
Skip to first unread message

Thomas Stokes

unread,
Sep 4, 2023, 10:40:08 AM9/4/23
to GWT Users
There is a test in gwt-maven-plugin called gwt-test-fail, which is supposed to fail. However, it passes on my windows machine and other linux machines. But on my machine, as the test states, it fails.

public class FailTestGwt
    extends GWTTestCase
{

    @Override
    public String getModuleName()
    {
        return "fr.salvadordiaz.gwt.Fail";
    }

    public void testSetTranslation()
        throws Exception
    {
        // you would think this wouldn't fail... you'd be wrong ;)
        assertTrue( true );
    }

}

Thomas Broyer

unread,
Sep 4, 2023, 10:50:16 AM9/4/23
to GWT Users
AFAICT, the naming is odd but it is expected to not fail: the test broke before the plugin was fixed.
(naming is particularly odd as that test was added in the same commit as the fix, so indeed never actually failed: https://github.com/gwt-maven-plugin/gwt-maven-plugin/commit/dcc693f138068888616a6c39d0a5a2586e8fe730)

If it fails on your machine, how does it fail? (which error?)
Reply all
Reply to author
Forward
0 new messages