Changeset 143221 in webkit


Ignore:
Timestamp:
Feb 18, 2013 8:17:34 AM (11 years ago)
Author:
commit-queue@webkit.org
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 <cavalcantii@gmail.com> on 2013-02-18
Reviewed by Jocelyn Turcotte.

  • TestWebKitAPI/Tests/WebKit2/WebKit2.pro:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r143213 r143221  
     12013-02-18  Adenilson Cavalcanti  <cavalcantii@gmail.com>
     2
     3        [Qt][WK2] Remove duped test name and append new test in project file
     4        https://bugs.webkit.org/show_bug.cgi?id=110117
     5
     6        A new WK2 API test has landed recently (ResizeWindowAfterCrash), this patch will
     7        add this test into the runnable test suite and remove a duped test in project file.
     8
     9        Reviewed by Jocelyn Turcotte.
     10
     11        * TestWebKitAPI/Tests/WebKit2/WebKit2.pro:
     12
    1132013-02-18  Jochen Eisinger  <jochen@chromium.org>
    214
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2/WebKit2.pro

    r143197 r143221  
    2121    LoadCanceledNoServerRedirectCallback.cpp \
    2222    MouseMoveAfterCrash.cpp \
    23     ReloadPageAfterCrash.cpp \
    2423    PageLoadBasic.cpp \
    2524    PageLoadDidChangeLocationWithinPageForFrame.cpp \
     
    2928    PrivateBrowsingPushStateNoHistoryCallback.cpp \
    3029    ReloadPageAfterCrash.cpp \
     30    ResizeWindowAfterCrash.cpp \
    3131    ResponsivenessTimerDoesntFireEarly.cpp \
    3232    UserMessage.cpp \
Note: See TracChangeset for help on using the changeset viewer.