From kde-commits Thu Mar 31 22:45:35 2016 From: =?utf-8?q?Sebastian_K=C3=BCgler?= Date: Thu, 31 Mar 2016 22:45:35 +0000 To: kde-commits Subject: [libkscreen/sebas/dpms] autotests: clean up dpms test Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145946435103350 Git commit a800d4542df226efd25d061c9040d6e3627929fb by Sebastian K=C3=BCgle= r. Committed on 31/03/2016 at 22:45. Pushed by sebas into branch 'sebas/dpms'. clean up dpms test M +2 -20 autotests/testkwaylanddpms.cpp http://commits.kde.org/libkscreen/a800d4542df226efd25d061c9040d6e3627929fb diff --git a/autotests/testkwaylanddpms.cpp b/autotests/testkwaylanddpms.cpp index 7e4de85..9c3e57f 100644 --- a/autotests/testkwaylanddpms.cpp +++ b/autotests/testkwaylanddpms.cpp @@ -1,5 +1,5 @@ /*************************************************************************= ************ - * Copyright 2016 by Sebastian K=C3=BCgler = * + * Copyright 2016 by Sebastian K=C3=BCgler = * * = * * This library is free software; you can redistribute it and/or = * * modify it under the terms of the GNU Lesser General Public = * @@ -50,12 +50,8 @@ private Q_SLOTS: = void initTestCase(); void cleanupTestCase(); - - void testDpmsSupported(); void testDpmsConnect(); = - void testScreens(); - private: ConnectionThread *m_connection; QThread *m_thread; @@ -107,8 +103,6 @@ void TestDpmsClient::initTestCase() m_registry.setup(); = QVERIFY(dpmsSpy.wait(100)); - - qDebug() << "init"; } = void TestDpmsClient::cleanupTestCase() @@ -119,21 +113,9 @@ void TestDpmsClient::cleanupTestCase() delete m_connection; } = -void TestDpmsClient::testDpmsSupported() -{ -} - void TestDpmsClient::testDpmsConnect() { - - -} - -void TestDpmsClient::testScreens() -{ - - - + QVERIFY(m_registry.isValid()); } = =20