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 google-web-toolkit+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/40d4aac8-759a-48d5-a00c-81e3bd17e76bn%40googlegroups.com.