On Feb 23, 6:19 pm, "Alex D." <alex.dobjans...@gmail.com> wrote:
> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment