Revision: 7761
Author: [email protected]
Date: Mon Mar 22 11:47:01 2010
Log: Annotated failed HtmlUnit test cases.
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=7761
Modified:
/trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java
=======================================
--- /trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java Wed
Mar 10 05:44:28 2010
+++ /trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java Mon
Mar 22 11:47:01 2010
@@ -448,7 +448,10 @@
/**
* Tests createKeyPressEvent().
+ *
+ * Failed in all modes due to HtmlUnit bug:
*/
+ @DoNotRunWith({Platform.HtmlUnitBug})
public void testTriggerKeyPressEvent() {
KeyPressEventListener listener = new KeyPressEventListener();
EventCreator creator = new EventCreator() {
@@ -523,7 +526,10 @@
/**
* Tests createMouseOutEvent().
+ *
+ * Failed in all modes due to HtmlUnit bug:
*/
+ @DoNotRunWith({Platform.HtmlUnitBug})
public void testTriggerMouseOutEvent() {
MouseEventListener listener = new MouseEventListener("mouseout") {
@Override
@@ -546,7 +552,10 @@
/**
* Tests createMouseOverEvent().
+ *
+ * Failed in all modes due to HtmlUnit bug:
*/
+ @DoNotRunWith({Platform.HtmlUnitBug})
public void testTriggerMouseOverEvent() {
MouseEventListener listener = new MouseEventListener("mouseover") {
@Override
@@ -583,6 +592,12 @@
testTriggerEventWithShiftKeys(listener, creator);
}
+ /**
+ * Tests createKeyPressEvent().
+ *
+ * Failed in all modes due to HtmlUnit bug:
+ */
+ @DoNotRunWith({Platform.HtmlUnitBug})
public void testTriggerScrollEvent() {
NonBubbleAssertingEventListener listener = new
NonBubbleAssertingEventListener(
"scroll") {
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
To unsubscribe from this group, send email to
google-web-toolkit-contributors+unsubscribegooglegroups.com or reply to this email with
the words "REMOVE ME" as the subject.