My source code:
@Override
public String getModuleName() {
return "de.abc.application.Application";
}
/***
* Test 1
*/
@Test
public void testBrowserVersion() {
System.out.println("Test 1: Starting test to validate the browser
version");
JsArray<JavaScriptObject> browserInformation =
BrowserParameter.getBrowserVersion();
System.out.println("Browser information: " + browserInformation);
// do sth. with browserInformaton
System.out.println("Test 1 finish");
}
Am Dienstag, 14. Februar 2017 11:52:33 UTC+1 schrieb Daniel Kln:
>
> Hi,
>
> i setted in the run config the arg: -Dgwt.args="-runStyle Manual:1".
>
> When i start running the gwt unit test, i get a link, which i have to
> paste into a browser of my choice. This is what i expected. But than the
> browser shows:
> Development Mode requires the GWT Developer Plugin
>
> My question: how i can avoid this problem. In production mode the same
> result appears.
>
> Thank you a lot for your help
>
> Daniel
>
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.