summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-05 09:21:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-05 12:16:19 +0200
commit4f79e73af6ba77f67cf3a3385641d6e808b9446d (patch)
tree2b48a0e69d3dcb1548023af16d12639c3f873758 /test
parent3c86ffd8ded628e6f2b4187948a1b1056f6a0f56 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/source/screenshot_test.cxx2
1 files changed, 1 insertions, 1 deletions
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;