another iteration with fix travis tests

This commit is contained in:
2017-02-14 04:26:59 +03:00
parent a30e6ba21b
commit b818586a23
6 changed files with 17 additions and 20 deletions

View File

@ -18,7 +18,6 @@
#include "testawkeys.h"
#include <KWindowSystem>
#include <QDBusConnection>
#include <QDBusMessage>
#include <QtTest>
@ -113,7 +112,7 @@ void TestAWKeys::test_pattern()
void TestAWKeys::test_tooltip()
{
if (!KWindowSystem::workArea().isValid())
if (!AWTestLibrary::isKWinActive())
QSKIP("KWin inactive, skip tooltip test");
QSignalSpy spy(plugin, SIGNAL(needToolTipToBeUpdated(const QString)));