[autotests] Try fixing TestShellClient::testDesktopFileName on CI

It didn't find the icons, so let's try with specifying the breeze icon
theme.
remotes/origin/bshah/hwcomposer_testing
Martin Gräßlin 10 years ago
parent b7bd5f9a09
commit 32306ec117
  1. 1
      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> surface(Test::createSurface());
// only xdg-shell as ShellSurface misses the setter

Loading…
Cancel
Save