[Libreoffice-commits] core.git: bin/check-missing-export-asserts.py
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 24 14:19:47 UTC 2021
bin/check-missing-export-asserts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 632e7b9d43f820250acb190835f50fb50f76b725
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Fri Sep 24 14:30:54 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Fri Sep 24 16:19:12 2021 +0200
check-missing-export-asserts: update path
it was changed in 6353c51e8bf66fe223080db649fc07e62a3a6c97
<sw: introduce a Library_swqahelper>
Change-Id: I3acf2407504e9b8ee923037ec3b5b887112bf580
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122587
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/bin/check-missing-export-asserts.py b/bin/check-missing-export-asserts.py
index e9a0de5dfaf2..2e181027d9c9 100755
--- a/bin/check-missing-export-asserts.py
+++ b/bin/check-missing-export-asserts.py
@@ -141,7 +141,7 @@ def insert_code_in_sw_model(repoPath, modelTestRelPath):
modelTestFile.close()
def check_sw(repoPath):
- modelTestRelPath = '/sw/qa/inc/swmodeltestbase.hxx'
+ modelTestRelPath = '/sw/qa/unit/swmodeltestbase.cxx'
checkout_file(repoPath, modelTestRelPath)
insert_code_in_sw_model(repoPath, modelTestRelPath)
More information about the Libreoffice-commits
mailing list