From 4df6fc3d42b392065fc7b210d896c06e873423ae Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Sun, 19 Apr 2020 17:10:06 +0200
Subject: [PATCH] Tests: Ignore "Unable to set geometry" when displaying
 notifications

Signed-off-by: Lukas Holecek <hluk@email.cz>
---
 src/tests/tests.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp
index 51ddedf0b..e3ae2b936 100644
--- a/src/tests/tests.cpp
+++ b/src/tests/tests.cpp
@@ -144,6 +144,7 @@ bool testStderr(const QByteArray &stderrData, TestInterface::ReadStderrFlag flag
     output.remove("QtWarning: libpng warning: iCCP: known incorrect sRGB profile");
     output.remove("QtWarning: QMime::convertToMime: unhandled mimetype: text/plain");
     output.remove("QtWarning: QWindowsWindow::setGeometry: Unable to set geometry");
+    output.remove("QtWarning: setGeometry: Unable to set geometry");
     output.remove("ERROR: QtCritical: QWindowsPipeWriter::write failed. (The pipe is being closed.)");
     output.remove("ERROR: QtCritical: QWindowsPipeWriter: asynchronous write failed. (The pipe has been ended.)");
 #ifdef Q_OS_MAC
-- 
GitLab