test/source/screenshot_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f79e73af6ba77f67cf3a3385641d6e808b9446d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Sep 5 09:21:02 2018 +0100 Commit: Caolán McNamara <caol...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits