On Feb 16, 9:15 pm, paloalto team <[email protected]> wrote: > When we run GWTTestCases through JUnit, are we testing the generated > Javascript, or just the Java Byte Code?
It depends how you run it. It defaults to "dev mode" (i.e. Java) but you can pass a -prod argument in the -Dgwt.args to use compiled JavaScript instead. In the Eclipse plug-in, select "Run As... -> GWT JUnit Test (production mode)", or check the "Run tests in production mode" in your launch config (in the GWT JUnit tab) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
