summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--QMTest/TestCommon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py
index 275d4f2..c4a5373 100644
--- a/QMTest/TestCommon.py
+++ b/QMTest/TestCommon.py
@@ -36,7 +36,7 @@ provided by the TestCommon class:
test.must_contain('file', 'required text\n')
- test.must_contain_all(output, lines, ['title', find])
+ test.must_contain_all(output, input, ['title', find])
test.must_contain_all_lines(output, lines, ['title', find])