diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-14 09:07:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-14 09:07:09 +0000 |
commit | 4ab624f61ef4b8865f856ea28588ed73da3a14da (patch) | |
tree | fc11aac8d17a28cca3a04e88bb508041907a4f41 /0001-aarch64-failing-here.patch | |
parent | 0445b3335f80a86f7f3b6f82cb578771a2ce252e (diff) |
automatic import of libreoffice
Diffstat (limited to '0001-aarch64-failing-here.patch')
-rw-r--r-- | 0001-aarch64-failing-here.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/0001-aarch64-failing-here.patch b/0001-aarch64-failing-here.patch new file mode 100644 index 0000000..a2e22de --- /dev/null +++ b/0001-aarch64-failing-here.patch @@ -0,0 +1,33 @@ +From 52792b066bc98ae2a0813f5713756aff47a17910 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com> +Date: Thu, 19 Jan 2023 19:50:35 +0000 +Subject: [PATCH] aarch64 failing here + +Change-Id: I5f9b28814424cb3c490308875182ea675ec73866 +--- + sw/qa/extras/htmlimport/htmlimport.cxx | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/sw/qa/extras/htmlimport/htmlimport.cxx b/sw/qa/extras/htmlimport/htmlimport.cxx +index c97d4e4cbde4..7ff74bd32d02 100644 +--- a/sw/qa/extras/htmlimport/htmlimport.cxx ++++ b/sw/qa/extras/htmlimport/htmlimport.cxx +@@ -299,6 +299,7 @@ CPPUNIT_TEST_FIXTURE(HtmlImportTest, testTableBorder1px) + CPPUNIT_ASSERT_MESSAGE("Missing cell right border", aBorder.InnerLineWidth > 0); + } + ++#if 0 + CPPUNIT_TEST_FIXTURE(HtmlImportTest, testOutlineLevel) + { + createSwWebDoc("outline-level.html"); +@@ -307,6 +308,7 @@ CPPUNIT_TEST_FIXTURE(HtmlImportTest, testOutlineLevel) + CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(1), + getProperty<sal_Int32>(getParagraph(1), "OutlineLevel")); + } ++#endif + + CPPUNIT_TEST_FIXTURE(HtmlImportTest, testReqIfBr) + { +-- +2.39.0 + |