[Libreoffice-commits] core.git: bin/check-missing-unittests.py
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 1 07:29:37 UTC 2021
bin/check-missing-unittests.py | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit e1908f9e2345d9aebc28d93a8c647f0ed69b360e
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon May 31 19:10:54 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Jun 1 09:28:56 2021 +0200
check-missing-unittests: add changes in svl/source/numbers/
Change-Id: Iabbde5976380c9e39590ad25ed4359f21290485b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116494
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/bin/check-missing-unittests.py b/bin/check-missing-unittests.py
index b685d00993bf..50f329f6139d 100755
--- a/bin/check-missing-unittests.py
+++ b/bin/check-missing-unittests.py
@@ -39,6 +39,7 @@ def main(ignoredBugs):
},
'calc': {
'import': {},
+ 'format': {},
'others': {},
},
'impress': {
@@ -132,6 +133,9 @@ def main(ignoredBugs):
elif 'sc/source/core/tool/interpr' in changedFiles:
results['calc']['import'][bugId] = infoList
+ elif 'svl/source/numbers/' in changedFiles:
+ results['calc']['format'][bugId] = infoList
+
# Keep the following if statements at the end
elif 'sc/source/core/data/' in changedFiles:
More information about the Libreoffice-commits
mailing list