I am trying to make a Junit test, and I am getting this exception :

com.google.gwt.junit.JUnitFatalLaunchException: The test class
'helios.client.ListTestCase' was not found in module
'helios.Application'; no compilation unit for that type was seen

Here is my module XML :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//
EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-
source/core/src/gwt-module.dtd">
<module rename-to="application">
        <inherits name="com.google.gwt.user.User" />
        <!--inherits name='com.google.gwt.validation.Validation' /-->

        <source path="client" />
        <source path="test.GWT" />
        <entry-point class='helios.client.Application' />
</module>

And the class helios.client.ListTestCase is present.

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