summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcheckbox
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-07 11:29:44 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-07 06:38:59 +0200
commit931978a1262b3705db474acb0ebb4359b4a86ccf (patch)
tree727d54315c6bed08c0f1c4244d86e3d474f40dce /tests/auto/qcheckbox
parentbf7d30bf1fc873e07fbfb82236a0b7d6728f41fc (diff)
Remove dead code and empty test functions.
Change-Id: Iaf8ac514d814c9321f8dcd09b2bf3331f87154e6 Reviewed-on: http://codereview.qt-project.org/6191 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qcheckbox')
-rw-r--r--tests/auto/qcheckbox/tst_qcheckbox.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/qcheckbox/tst_qcheckbox.cpp b/tests/auto/qcheckbox/tst_qcheckbox.cpp
index a11dfe0f6e..d789059ec9 100644
--- a/tests/auto/qcheckbox/tst_qcheckbox.cpp
+++ b/tests/auto/qcheckbox/tst_qcheckbox.cpp
@@ -88,9 +88,6 @@ private slots:
void clicked();
void toggled();
void stateChanged();
- void accel();
- void setAccel();
- void group();
void foregroundRole();
void minimumSizeHint();
@@ -406,21 +403,6 @@ void tst_QCheckBox::isToggleButton()
QVERIFY( testWidget->isCheckable() );
}
-void tst_QCheckBox::accel()
-{
- QSKIP("This test is empty for now", SkipAll);
-}
-
-void tst_QCheckBox::setAccel()
-{
- QSKIP("This test is empty for now", SkipAll);
-}
-
-void tst_QCheckBox::group()
-{
- QSKIP("This test is empty for now", SkipAll);
-}
-
void tst_QCheckBox::foregroundRole()
{
QVERIFY(testWidget->foregroundRole() == QPalette::WindowText);