Changeset 48560 in webkit


Ignore:
Timestamp:
Sep 19, 2009 11:15:11 AM (15 years ago)
Author:
eric@webkit.org
Message:

2009-09-19 Jakub Wieczorek <faw217@gmail.com>

Reviewed by Simon Hausmann.

[Qt] Add an autotest stub for QWebGraphicsItem.

It just calls all the functions and makes sure they don't crash.

  • tests/qwebgraphicsitem/qwebgraphicsitem.pro: Added.
  • tests/qwebgraphicsitem/tst_qwebgraphicsitem.cpp: Added. (tst_QWebGraphicsItem::qwebgraphicsitem):
  • tests/tests.pro:
Location:
trunk/WebKit/qt
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r48528 r48560  
     12009-09-19  Jakub Wieczorek  <faw217@gmail.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Add an autotest stub for QWebGraphicsItem.
     6
     7        It just calls all the functions and makes sure they don't crash.
     8
     9        * tests/qwebgraphicsitem/qwebgraphicsitem.pro: Added.
     10        * tests/qwebgraphicsitem/tst_qwebgraphicsitem.cpp: Added.
     11        (tst_QWebGraphicsItem::qwebgraphicsitem):
     12        * tests/tests.pro:
     13
    1142009-09-18  Norbert Leser  <norbert.leser@nokia.com>
    215
  • trunk/WebKit/qt/tests/tests.pro

    r46762 r48560  
    11
    22TEMPLATE = subdirs
    3 SUBDIRS = qwebframe qwebpage qwebelement qwebhistoryinterface qwebplugindatabase qwebview qwebhistory
     3SUBDIRS = qwebframe qwebpage qwebelement qwebgraphicsitem qwebhistoryinterface qwebplugindatabase qwebview qwebhistory
    44greaterThan(QT_MINOR_VERSION, 4): SUBDIRS += benchmarks/painting/tst_painting.pro benchmarks/loading/tst_loading.pro
Note: See TracChangeset for help on using the changeset viewer.