hi, working through the tutorials. got some test cases to work fine. made a gwt test suite. ran in dev mode. eclipse (sts) thinks all of the test have been run (green bar). test reports have output for just one test case.

console has warnings (please see below). my suite is in the same package as the test cases.

ant runs all of the tests if i include: <include name="**/*TestCase.java" />, but the text output for each test case is similar to the console errors. running the suite explicitly from ant gets similar results (same errors for the test suite class).

seems like i need to inherit something?

any pointers will be appreciated.

thanks

Starting HTTP on port 0
   HTTP listening on port 3689
Validating newly compiled units
[ERROR] Errors in 'file:/D:/home/ray/gwtapps/StockWatcher/test/com/google/gwt/sample/stockwatcher/client/MySuite.java' [ERROR] Line 8: No source code is available for type com.google.gwt.junit.tools.GWTTestSuite; did you forget to inherit a required module? [ERROR] Line 10: No source code is available for type junit.framework.TestSuite; did you forget to inherit a required module? Starting http://192.168.1.105:3689/com.google.gwt.sample.stockwatcher.StockWatcher.JUnit/junit.html?gwt.codesvr=192.168.1.105:3688 on browser FF3
Validating newly compiled units
[ERROR] Errors in 'file:/D:/home/ray/gwtapps/StockWatcher/test/com/google/gwt/sample/stockwatcher/client/MySuite.java' [ERROR] Line 8: No source code is available for type com.google.gwt.junit.tools.GWTTestSuite; did you forget to inherit a required module? [ERROR] Line 10: No source code is available for type junit.framework.TestSuite; did you forget to inherit a required module?
Module com.google.gwt.sample.stockwatcher.StockWatcher.JUnit has been loaded
All clients connected (Limiting future permutations to: gecko1_8)


---
co-chair http://ocjug.org/

--
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.

Reply via email to