diff options
author | William Blevins <wblevins@gmail.com> | 2015-06-29 20:12:02 (GMT) |
---|---|---|
committer | William Blevins <wblevins@gmail.com> | 2015-06-29 20:12:02 (GMT) |
commit | 5260437c85052289702664c6a1025202eaf7111a (patch) | |
tree | 768a27735540c4d360f44e0df73a345701cf2e6d /QMTest/TestCommon.py | |
parent | 279caec8f29b92cc569be83eb7b0c7a271136ad4 (diff) | |
download | SCons-5260437c85052289702664c6a1025202eaf7111a.zip SCons-5260437c85052289702664c6a1025202eaf7111a.tar.gz SCons-5260437c85052289702664c6a1025202eaf7111a.tar.bz2 |
Issue 2264: Corrected comment description of new output validation function.
Diffstat (limited to 'QMTest/TestCommon.py')
-rw-r--r-- | QMTest/TestCommon.py | 2 |
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]) |