summaryrefslogtreecommitdiff
path: root/QMTest/TestCmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r--QMTest/TestCmd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py
index 448553f5..d9f59c07 100644
--- a/QMTest/TestCmd.py
+++ b/QMTest/TestCmd.py
@@ -452,6 +452,7 @@ def pass_test(self = None, condition = 1, function = None):
sys.stderr.write("PASSED\n")
sys.exit(0)
+
def match_exact(lines = None, matches = None):
"""
"""
@@ -466,6 +467,7 @@ def match_exact(lines = None, matches = None):
return
return 1
+
def match_caseinsensitive(lines = None, matches = None):
"""
"""