I'm a beginner, so forgive me for not understanding what action to take. So, should I try to add a line to inherit GWTTestCase? Or, should I take out the part "extend GWTTestCase" from my Junit test file?
Thank you! On Jan 11, 5:27 pm, Thomas Broyer <[email protected]> wrote: > It might be as easy as *not* inheriting GWTTestCase, because obviously > HtmlUnit doesn't run in the browser. > > (note that when running GWTTestCase-s, the JUnitShell automatically > generates a gwt.xml files inheriting both your getModuleName() and > com.google.gwt.junit.JUnit, so in 99.9% of cases you don't have to > explicitly inherit com.google.gwt.junit.JUnit) -- 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.
