Title: [119257] trunk/Tools
Revision
119257
Author
[email protected]
Date
2012-06-01 11:33:20 -0700 (Fri, 01 Jun 2012)

Log Message

Fix Windows build.

* TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (119256 => 119257)


--- trunk/Tools/ChangeLog	2012-06-01 18:24:02 UTC (rev 119256)
+++ trunk/Tools/ChangeLog	2012-06-01 18:33:20 UTC (rev 119257)
@@ -1,5 +1,11 @@
 2012-06-01  Jessie Berlin  <[email protected]>
 
+        Fix Windows build.
+
+        * TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp:
+
+2012-06-01  Jessie Berlin  <[email protected]>
+
         Windows WK2 MouseMoveAfterCrash API test failing
         https://bugs.webkit.org/show_bug.cgi?id=69982
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp (119256 => 119257)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp	2012-06-01 18:24:02 UTC (rev 119256)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp	2012-06-01 18:33:20 UTC (rev 119257)
@@ -54,13 +54,11 @@
     WKPageSetPageLoaderClient(page, &loaderClient);
 }
 
-TEST(WebKit2,
 #if PLATFORM(WIN)
-    DISABLED_MouseMoveAfterCrash
+TEST(WebKit2, DISABLED_MouseMoveAfterCrash)
 #else
-    MouseMoveAfterCrash
+TEST(WebKit2, MouseMoveAfterCrash)
 #endif
-    )
 {
     WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("MouseMoveAfterCrashTest"));
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to