diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2019-06-25 12:36:52 -0400 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-08-02 11:41:48 -0400 |
commit | 7fe30d1cb00c576469d6cbe5606268a9cdf35bd3 (patch) | |
tree | 7461a065091c9f9e8371dd3f0fdb69b256282d69 /desktop | |
parent | 169a87563a3940299811d874b4df0ad13591771c (diff) |
LOK: detect Graphics in isComplex for Writer
Change-Id: I814d71a21fa5352a9a1051f5477cb452a0dc5c2f
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 8eaaacecc475..9f1e66a0851e 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -2686,7 +2686,7 @@ void DesktopLOKTest::testComplexSelection() free(pText); // We expect this to be complex. - // CPPUNIT_ASSERT_EQUAL((int)LOK_SELTYPE_COMPLEX, pDocument->pClass->getSelectionType(pDocument)); // Fails! + CPPUNIT_ASSERT_EQUAL((int)LOK_SELTYPE_COMPLEX, pDocument->pClass->getSelectionType(pDocument)); } namespace { |