Hi,
The code below will not finish (gets hanged in the Image constructor):

public class ATest extends GWTTestCase {
       // ..... init code .... //

        public void testShouldNotHang () {
                // Create an empty image
                final Image img = new Image();
        }
}

The hang happens on Image:237 =>
Event.sinkEvents(image.getElement(), Event.ONLOAD);

Now, I'm not trying to test the Image constructor, but I have complex
components that cannot be modified for testing purposes, and the
happen to have Image inside. I have searched but I couldn't find any
answer ... nobody else had this issue?

Thanks

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