From 32306ec117a06cd057e388348ba7a60dbc5ac4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 31 Oct 2016 14:16:23 +0100 Subject: [PATCH] [autotests] Try fixing TestShellClient::testDesktopFileName on CI It didn't find the icons, so let's try with specifying the breeze icon theme. --- autotests/integration/shell_client_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/shell_client_test.cpp b/autotests/integration/shell_client_test.cpp index 45c9ddc880..c887ab3a7b 100644 --- a/autotests/integration/shell_client_test.cpp +++ b/autotests/integration/shell_client_test.cpp @@ -586,6 +586,7 @@ void TestShellClient::testHidden() void TestShellClient::testDesktopFileName() { + QIcon::setThemeName(QStringLiteral("breeze")); // this test verifies that desktop file name is passed correctly to the window QScopedPointer surface(Test::createSurface()); // only xdg-shell as ShellSurface misses the setter