google-code-export / gwt-test-utils

Automatically exported from code.google.com/p/gwt-test-utils
1 stars 0 forks source link

When working with an UiBinder subclass its 'ui.xml' is demanded incorrectly #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an UiBinder widget (java class + ui.xml);
2. Extend the widget, creating an "widget subclass";
3. Test the "widget subclass" or related code.

What is the expected output? What do you see instead?
- The test should be able to run, but instead an exception is thrown:
"com.octo.gwt.test.exceptions.GwtTestUiBinderException: Cannot find the .ui.xml 
file corresponding to 'WidgetSubClass.ui.xml'"

GWT-test-utils is not able to recognize and use the "WidgetSubClass" super 
class 'ui.xml' file.

What version of the product are you using? On what operating system?
I'm using gwt-test-utils-0.30-snapshot, gwt-2.3.0, Eclipse Helios and Ubuntu 
10.10.

Original issue reported on code.google.com by jaime.sc...@gmail.com on 3 Jun 2011 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 5 Jun 2011 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 7 Jun 2011 at 10:58

GoogleCodeExporter commented 9 years ago
I've just deploy a new SNAPSHOT with a fix for this. Could you please give it a 
try and tell me if it's working now ? Thanks :-)

Original comment by gael.laz...@gmail.com on 7 Jun 2011 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 9 Jun 2011 at 3:34