summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = []