Re: Confusion about excluding/including source files for a GWTTestCase

2011-11-17 Thread Thomas Broyer
The mentioned classes and interfaces are not part of the emulated runtime < http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsCompatibility.html#runtime> so either you should rewrite your test without them, or you're erroneously using a GWTTestCase where what you want is a simple

Confusion about excluding/including source files for a GWTTestCase

2011-11-16 Thread laredotornado
Hi, I'm using GWT 2.4 and trying to write a GWTTestCase, but must be missing something fundamental. In my test case, I use an Apache library public void testParsingNodeWithAttributes() throws IOException, ParserConfigurationException, SAXException { But upon running the test, I get erro