[autotests] Try fixing TestShellClient::testDesktopFileName on CI
It didn't find the icons, so let's try with specifying the breeze icon theme.
This commit is contained in:
parent
b7bd5f9a09
commit
32306ec117
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue