[Libreoffice-commits] core.git: test/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 5 10:16:43 UTC 2018
test/source/screenshot_test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f79e73af6ba77f67cf3a3385641d6e808b9446d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Sep 5 09:21:02 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Sep 5 12:16:19 2018 +0200
fix CppunitTest_cui_dialogs_test assert
Change-Id: I72bc0067cb0f0ecc648f216aad1c7e196749daff
Reviewed-on: https://gerrit.libreoffice.org/60019
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx
index 9afa798b6e28..5f98430ebf53 100644
--- a/test/source/screenshot_test.cxx
+++ b/test/source/screenshot_test.cxx
@@ -185,7 +185,7 @@ void ScreenshotTest::dumpDialogToPath(const OString& rUIXMLDescription)
VclPtr<vcl::Window> aOwnedToplevel;
bool bLegacy;
- if (rUIXMLDescription == "cui/ui/textanimtabpage.ui")
+ if (rUIXMLDescription == "cui/ui/textanimtabpage.ui" || rUIXMLDescription == "cui/ui/areatabpage.ui")
bLegacy = false;
else
bLegacy = true;
More information about the Libreoffice-commits
mailing list