summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-06 00:21:01 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-06 00:21:01 +0100
commitdc83e04a75b95f3325d44dc972db2a2d723da4cc (patch)
treee48a9e3dc8c0f3c139820bb38fd77eadccccb836 /user_guide_src
parenteaa60c71082c1e49f8a48d633347c98b68a387c0 (diff)
parent7ffaea45cb0e2fa5ba82314755894bd5136a8575 (diff)
Merge pull request #1974 from squaresurf/unit_testing_doc_typo
Fixed typo in unit testing documentation.
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/unit_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/unit_testing.rst b/user_guide_src/source/libraries/unit_testing.rst
index 03819b27c..6bd91bf88 100644
--- a/user_guide_src/source/libraries/unit_testing.rst
+++ b/user_guide_src/source/libraries/unit_testing.rst
@@ -131,7 +131,7 @@ default:
- Any notes you entered for the test (notes)
You can customize which of these items get displayed by using
-$this->unit->set_items(). For example, if you only wanted the test name
+$this->unit->set_test_items(). For example, if you only wanted the test name
and the result displayed:
Customizing displayed tests