From 5260437c85052289702664c6a1025202eaf7111a Mon Sep 17 00:00:00 2001 From: William Blevins Date: Mon, 29 Jun 2015 16:12:02 -0400 Subject: Issue 2264: Corrected comment description of new output validation function. --- QMTest/TestCommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v0.12