summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-missing-export-asserts.py2
1 files changed, 1 insertions, 1 deletions
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)