Changeset 74173 in webkit


Ignore:
Timestamp:
Dec 15, 2010 10:14:21 PM (13 years ago)
Author:
Laszlo Gombos
Message:

2010-12-15 Laszlo Gombos <Laszlo Gombos>

Reviewed by Antonio Gomes.

[Qt] Fix tst_QWebPage::geolocationRequestJS()
https://bugs.webkit.org/show_bug.cgi?id=46814

Change the test case according to the changes introduced by
r72603 and enable the test case.

  • tests/qwebpage/tst_qwebpage.cpp: (tst_QWebPage::geolocationRequestJS):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r74057 r74173  
     12010-12-15  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] Fix tst_QWebPage::geolocationRequestJS()
     6        https://bugs.webkit.org/show_bug.cgi?id=46814
     7
     8        Change the test case according to the changes introduced by
     9        r72603 and enable the test case.
     10
     11        * tests/qwebpage/tst_qwebpage.cpp:
     12        (tst_QWebPage::geolocationRequestJS):
     13
    1142010-12-14  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
    215
  • trunk/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp

    r73710 r74173  
    251251void tst_QWebPage::geolocationRequestJS()
    252252{
    253     /*
    254       This test is disabled because it can only succeed if ENABLE(GEOLOCATION) is true.
    255       The code needs to be updated when the API of requestPermissionFromUser is updated.
    256     */
    257     QSKIP("Test disabled as long as geolocation is disabled from the build.", SkipSingle);
    258 
    259253    JSTestPage* newPage = new JSTestPage(m_view);
    260     connect(newPage, SIGNAL(requestPermissionFromUser(QWebFrame*, QWebPage::Feature)),
     254    connect(newPage, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)),
    261255            newPage, SLOT(requestPermission(QWebFrame*, QWebPage::Feature)));
    262256
Note: See TracChangeset for help on using the changeset viewer.