[Libreoffice-commits] core.git: 2 commits - sw/qa translations
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 28 15:28:42 UTC 2021
sw/qa/extras/ooxmlexport/data/tdf105688.docx |binary
sw/qa/extras/ooxmlexport/ooxmlexport16.cxx | 7 +++++++
translations | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
New commits:
commit 8c8979468835694de949c044bb698c6d5ae10d19
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Apr 28 11:48:26 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Wed Apr 28 17:24:06 2021 +0200
tdf#105688: sw_ooxmlexport16: Add unittest
Change-Id: I3da5f4416f1833389691787d205a89f3005f746e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114773
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sw/qa/extras/ooxmlexport/data/tdf105688.docx b/sw/qa/extras/ooxmlexport/data/tdf105688.docx
new file mode 100644
index 000000000000..55a2972d39bc
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf105688.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
index 0c50f3198dcb..d31a4ea06a8f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
@@ -328,6 +328,13 @@ DECLARE_OOXMLEXPORT_TEST(testTdf141550, "tdf141550.docx")
DECLARE_OOXMLEXPORT_TEST(testTdf140137, "tdf140137.docx")
{
// Don't throw exception during load
+ CPPUNIT_ASSERT_EQUAL(1, getPages());
+}
+
+DECLARE_OOXMLEXPORT_TEST(testTdf105688, "tdf105688.docx")
+{
+ // Don't throw exception during load
+ CPPUNIT_ASSERT_EQUAL(2, getPages());
}
DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testCommentDone, "CommentDone.docx")
commit bf02dfd6ccae832723da81f96f1f2e4bf6174e45
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Wed Apr 28 17:20:52 2021 +0200
Commit: Gerrit Code Review <gerrit at gerrit.libreoffice.org>
CommitDate: Wed Apr 28 17:20:52 2021 +0200
Update git submodules
* Update translations from branch 'master'
to 926713ac8f969ab8b246090eb8f3c4c48bead223
- update translations for master
and force-fix errors using pocheck
Change-Id: I088f31a9fb757c6d1455f87c292e550b46532a30
diff --git a/translations b/translations
index e6805b7fe628..926713ac8f96 160000
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit e6805b7fe628e6723b4d6fd535175344a7c56bde
+Subproject commit 926713ac8f969ab8b246090eb8f3c4c48bead223
More information about the Libreoffice-commits
mailing list