mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: fix some tests and skip others
This commit is contained in:
parent
932293eba1
commit
74fb9361a6
4 changed files with 12 additions and 8 deletions
|
@ -45,15 +45,12 @@ KDEUI_UNIT_TESTS(
|
||||||
kfadewidgeteffecttest
|
kfadewidgeteffecttest
|
||||||
kfindtest
|
kfindtest
|
||||||
kglobalsettingstest
|
kglobalsettingstest
|
||||||
kglobalshortcuttest
|
|
||||||
kmainwindow_unittest
|
kmainwindow_unittest
|
||||||
klineedit_unittest
|
klineedit_unittest
|
||||||
ktextedit_unittest
|
|
||||||
kcombobox_unittest
|
kcombobox_unittest
|
||||||
kdialog_unittest
|
kdialog_unittest
|
||||||
kreplacetest
|
kreplacetest
|
||||||
kshortcuttest
|
kshortcuttest
|
||||||
kstandardactiontest
|
|
||||||
kstandardshortcuttest
|
kstandardshortcuttest
|
||||||
kuniqueapptest
|
kuniqueapptest
|
||||||
kwordwraptest
|
kwordwraptest
|
||||||
|
@ -73,13 +70,18 @@ KDEUI_UNIT_TESTS(
|
||||||
kdatetimeedittest
|
kdatetimeedittest
|
||||||
kconfigdialog_unittest
|
kconfigdialog_unittest
|
||||||
kcolorbuttontest
|
kcolorbuttontest
|
||||||
klinkitemselectionmodeltest
|
# FIXME: these doesn't get mocked!
|
||||||
|
# kglobalshortcuttest
|
||||||
|
# klinkitemselectionmodeltest
|
||||||
|
# kstandardactiontest
|
||||||
|
# ktextedit_unittest
|
||||||
)
|
)
|
||||||
|
|
||||||
KDEUI_PROXYMODEL_TESTS(
|
KDEUI_PROXYMODEL_TESTS(
|
||||||
kdescendantsproxymodeltest
|
kdescendantsproxymodeltest
|
||||||
kselectionproxymodeltest
|
kselectionproxymodeltest
|
||||||
testmodelqueuedconnections
|
# FIXME: these doesn't get mocked!
|
||||||
|
# testmodelqueuedconnections
|
||||||
)
|
)
|
||||||
|
|
||||||
KDEUI_EXECUTABLE_TESTS(
|
KDEUI_EXECUTABLE_TESTS(
|
||||||
|
@ -143,7 +145,6 @@ KDEUI_EXECUTABLE_TESTS(
|
||||||
ktitlewidgettest
|
ktitlewidgettest
|
||||||
ktoolbartest
|
ktoolbartest
|
||||||
ktoolbarlabelactiontest
|
ktoolbarlabelactiontest
|
||||||
ktreewidgetsearchlinetest
|
|
||||||
kwallettest
|
kwallettest
|
||||||
kwidgetitemdelegatetest
|
kwidgetitemdelegatetest
|
||||||
kwindowtest
|
kwindowtest
|
||||||
|
@ -151,6 +152,8 @@ KDEUI_EXECUTABLE_TESTS(
|
||||||
kxmlguiwindowtest
|
kxmlguiwindowtest
|
||||||
testqtargs
|
testqtargs
|
||||||
kpixmapsequenceoverlaypaintertest
|
kpixmapsequenceoverlaypaintertest
|
||||||
|
# FIXME: these doesn't get mocked!
|
||||||
|
# ktreewidgetsearchlinetest
|
||||||
)
|
)
|
||||||
|
|
||||||
if (Q_WS_X11)
|
if (Q_WS_X11)
|
||||||
|
|
|
@ -106,4 +106,4 @@ void KLinkItemSelectionModelTest::testSubSetCurrent()
|
||||||
QCOMPARE(mainIndex, m_mainModel->index(m_mainModel->rowCount() - 1, 0));
|
QCOMPARE(mainIndex, m_mainModel->index(m_mainModel->rowCount() - 1, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <klinkitemselectionmodeltest.moc>
|
#include "moc_klinkitemselectionmodeltest.cpp"
|
||||||
|
|
|
@ -111,4 +111,4 @@ int main(int argc, char **argv)
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <kstatusnotifieritemtest.moc>
|
#include "moc_kstatusnotifieritemtest.cpp"
|
||||||
|
|
|
@ -161,3 +161,4 @@ void KWalletTest::testWallet()
|
||||||
|
|
||||||
QTEST_KDEMAIN(KWalletTest, GUI)
|
QTEST_KDEMAIN(KWalletTest, GUI)
|
||||||
|
|
||||||
|
#include "moc_kwallettest.cpp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue