Changeset 84974 in webkit


Ignore:
Timestamp:
Apr 26, 2011 4:18:50 PM (13 years ago)
Author:
yi.4.shen@nokia.com
Message:

2011-04-26 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Tor Arne Vestbø.

[Qt][Symbian] Fix Api test failure -- tst_QWebFrame::setHtmlWithBaseURL
https://bugs.webkit.org/show_bug.cgi?id=56946

Deployed the missing resource for Symbian platform.

  • tests/qwebframe/qwebframe.pro:
Location:
trunk/Source/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/ChangeLog

    r84928 r84974  
     12011-04-26  Yi Shen  <yi.4.shen@nokia.com>
     2
     3        Reviewed by Tor Arne Vestbø.
     4
     5        [Qt][Symbian] Fix Api test failure -- tst_QWebFrame::setHtmlWithBaseURL 
     6        https://bugs.webkit.org/show_bug.cgi?id=56946
     7
     8        Deployed the missing resource for Symbian platform.
     9
     10        * tests/qwebframe/qwebframe.pro:
     11
    1122011-04-26  Siddharth Mathur  <siddharth.mathur@nokia.com>
    213
  • trunk/Source/WebKit/qt/tests/qwebframe/qwebframe.pro

    r58096 r84974  
    22include(../tests.pri)
    33exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
     4
     5symbian {
     6    TARGET.UID3 = 0xE5CDF386
     7    qwebkitApiTestResources.path = private/$$replace(TARGET.UID3, 0x,)/resources
     8    qwebkitApiTestResources.sources += ../resources/image2.png
     9    DEPLOYMENT += qwebkitApiTestResources
     10    DEFINES += TESTS_SOURCE_DIR=\"/private/$$replace(TARGET.UID3, 0x,)/\"
     11}
Note: See TracChangeset for help on using the changeset viewer.