aboutsummaryrefslogtreecommitdiffstats
path: root/community/libreoffice/disable-liborcus-unittest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libreoffice/disable-liborcus-unittest.patch')
-rw-r--r--community/libreoffice/disable-liborcus-unittest.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/libreoffice/disable-liborcus-unittest.patch b/community/libreoffice/disable-liborcus-unittest.patch
deleted file mode 100644
index 318d5084c8f..00000000000
--- a/community/libreoffice/disable-liborcus-unittest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/sc/qa/unit/subsequent_filters-test.cxx
-+++ b/sc/qa/unit/subsequent_filters-test.cxx
-@@ -2546,7 +2546,9 @@
- CPPUNIT_ASSERT_MESSAGE("Style Name1 : Doesn't have Attribute background, but it should have.",
- pStyleSheet->GetItemSet().HasItem(ATTR_BACKGROUND, &pItem));
- const SvxBrushItem* pBackground = static_cast<const SvxBrushItem*>(pItem);
-- CPPUNIT_ASSERT_EQUAL(Color(254, 255, 204), pBackground->GetColor());
-+ /* This test fails with liborcus >= 0.13.3
-+ * CPPUNIT_ASSERT_EQUAL(Color(254, 255, 204), pBackground->GetColor());
-+ */
-
- CPPUNIT_ASSERT_MESSAGE("Style Name1 : Doesn't have Attribute border, but it should have.",
- pStyleSheet->GetItemSet().HasItem(ATTR_BORDER, &pItem));