Title: [143221] trunk/Tools
Revision
143221
Author
commit-qu...@webkit.org
Date
2013-02-18 08:17:34 -0800 (Mon, 18 Feb 2013)

Log Message

[Qt][WK2] Remove duped test name and append new test in project file
https://bugs.webkit.org/show_bug.cgi?id=110117

A new WK2 API test has landed recently (ResizeWindowAfterCrash), this patch will
add this test into the runnable test suite and remove a duped test in project file.

Patch by Adenilson Cavalcanti <cavalcan...@gmail.com> on 2013-02-18
Reviewed by Jocelyn Turcotte.

* TestWebKitAPI/Tests/WebKit2/WebKit2.pro:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143220 => 143221)


--- trunk/Tools/ChangeLog	2013-02-18 16:15:55 UTC (rev 143220)
+++ trunk/Tools/ChangeLog	2013-02-18 16:17:34 UTC (rev 143221)
@@ -1,3 +1,15 @@
+2013-02-18  Adenilson Cavalcanti  <cavalcan...@gmail.com>
+
+        [Qt][WK2] Remove duped test name and append new test in project file
+        https://bugs.webkit.org/show_bug.cgi?id=110117
+
+        A new WK2 API test has landed recently (ResizeWindowAfterCrash), this patch will
+        add this test into the runnable test suite and remove a duped test in project file.
+
+        Reviewed by Jocelyn Turcotte.
+
+        * TestWebKitAPI/Tests/WebKit2/WebKit2.pro:
+
 2013-02-18  Jochen Eisinger  <joc...@chromium.org>
 
         [chromium] remove log spew from dumpAllBackForwardLists

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/WebKit2.pro (143220 => 143221)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/WebKit2.pro	2013-02-18 16:15:55 UTC (rev 143220)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/WebKit2.pro	2013-02-18 16:17:34 UTC (rev 143221)
@@ -20,7 +20,6 @@
     LoadAlternateHTMLStringWithNonDirectoryURL.cpp \
     LoadCanceledNoServerRedirectCallback.cpp \
     MouseMoveAfterCrash.cpp \
-    ReloadPageAfterCrash.cpp \
     PageLoadBasic.cpp \
     PageLoadDidChangeLocationWithinPageForFrame.cpp \
     PageVisibilityState.cpp \
@@ -28,6 +27,7 @@
     PreventEmptyUserAgent.cpp \
     PrivateBrowsingPushStateNoHistoryCallback.cpp \
     ReloadPageAfterCrash.cpp \
+    ResizeWindowAfterCrash.cpp \
     ResponsivenessTimerDoesntFireEarly.cpp \
     UserMessage.cpp \
     WillSendSubmitEvent.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to