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

On Monday, September 4, 2023 at 4:40:08 PM UTC+2 [email protected] wrote:

> 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 );
>     }
>
> }
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/5f69ab96-049e-4153-9758-d97d1116051fn%40googlegroups.com.

Reply via email to