Revision: 7404
Author: [email protected]
Date: Thu Jan 14 16:36:09 2010
Log: LayoutPanelTest does not interact nicely with HtmlUnit.

Patch by: bobv
Review by: amitmanjhi (TBR)
http://code.google.com/p/google-web-toolkit/source/detail?r=7404

Modified:
 /trunk/user/test/com/google/gwt/user/client/ui/LayoutPanelTest.java

=======================================
--- /trunk/user/test/com/google/gwt/user/client/ui/LayoutPanelTest.java Wed Jan 13 13:51:47 2010 +++ /trunk/user/test/com/google/gwt/user/client/ui/LayoutPanelTest.java Thu Jan 14 16:36:09 2010
@@ -16,6 +16,8 @@
 package com.google.gwt.user.client.ui;

 import com.google.gwt.dom.client.Style.Unit;
+import com.google.gwt.junit.DoNotRunWith;
+import com.google.gwt.junit.Platform;
 import com.google.gwt.layout.client.Layout.AnimationCallback;
 import com.google.gwt.layout.client.Layout.Layer;
 import com.google.gwt.user.client.Command;
@@ -26,6 +28,7 @@
  * behavior, not general layout correctness, which is covered by
  * {...@link com.google.gwt.layout.client.LayoutTest}.
  */
+...@donotrunwith(Platform.HtmlUnit)
 public class LayoutPanelTest extends WidgetTestBase {

   /**
-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to