mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
another iteration with fix travis tests
This commit is contained in:
@ -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)));
|
||||
|
Reference in New Issue
Block a user