bin/check-missing-unittests.py | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit e1908f9e2345d9aebc28d93a8c647f0ed69b360e Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon May 31 19:10:54 2021 +0200 Commit: Xisco Fauli <xiscofa...@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 <xiscofa...@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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits