summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorPaweł Tomulik <ptomulik@meil.pw.edu.pl>2018-10-05 20:07:56 (GMT)
committerPaweł Tomulik <ptomulik@meil.pw.edu.pl>2018-10-05 20:07:56 (GMT)
commit8c8deec7bee7fd90cc4006d583e5f4e5ad9f3ad7 (patch)
treea867b9632a24d7c6f788e0ba966cd05631a2d822 /testing/framework
parent488e42055a96491962e052f255acca7835fe2735 (diff)
downloadSCons-8c8deec7bee7fd90cc4006d583e5f4e5ad9f3ad7.zip
SCons-8c8deec7bee7fd90cc4006d583e5f4e5ad9f3ad7.tar.gz
SCons-8c8deec7bee7fd90cc4006d583e5f4e5ad9f3ad7.tar.bz2
fixed minor typos
Diffstat (limited to 'testing/framework')
-rw-r--r--testing/framework/.TestCommonTests.py.swpbin0 -> 16384 bytes
-rw-r--r--testing/framework/TestCommon.py10
2 files changed, 5 insertions, 5 deletions
diff --git a/testing/framework/.TestCommonTests.py.swp b/testing/framework/.TestCommonTests.py.swp
new file mode 100644
index 0000000..fcee08e
--- /dev/null
+++ b/testing/framework/.TestCommonTests.py.swp
Binary files differ
diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py
index 60e0abd..6b4b0bd 100644
--- a/testing/framework/TestCommon.py
+++ b/testing/framework/TestCommon.py
@@ -325,7 +325,7 @@ class TestCommon(TestCmd):
of output being searched, and only shows up in failure output.
An optional fourth argument can be used to supply a different
- function, of the form "find(output, line), to use when searching
+ function, of the form "find(output, line)", to use when searching
for lines in the output.
"""
if is_List(output):
@@ -348,7 +348,7 @@ class TestCommon(TestCmd):
of output being searched, and only shows up in failure output.
An optional fourth argument can be used to supply a different
- function, of the form "find(output, line), to use when searching
+ function, of the form "find(output, line)", to use when searching
for lines in the output.
"""
missing = []
@@ -377,7 +377,7 @@ class TestCommon(TestCmd):
of output being searched, and only shows up in failure output.
An optional fourth argument can be used to supply a different
- function, of the form "find(output, line), to use when searching
+ function, of the form "find(output, line)", to use when searching
for lines in the output.
"""
for line in lines:
@@ -402,7 +402,7 @@ class TestCommon(TestCmd):
of output being searched, and only shows up in failure output.
An optional fourth argument can be used to supply a different
- function, of the form "find(output, line), to use when searching
+ function, of the form "find(output, line)", to use when searching
for lines in the output. The function must return the index
of the found line in the output, or None if the line is not found.
"""
@@ -516,7 +516,7 @@ class TestCommon(TestCmd):
of output being searched, and only shows up in failure output.
An optional fourth argument can be used to supply a different
- function, of the form "find(output, line), to use when searching
+ function, of the form "find(output, line)", to use when searching
for lines in the output.
"""
unexpected = []