diff options
author | Daniel Paul Searles <daniel.paul.searles@gmail.com> | 2012-11-05 23:54:00 +0100 |
---|---|---|
committer | Daniel Paul Searles <daniel.paul.searles@gmail.com> | 2012-11-05 23:54:00 +0100 |
commit | 7ffaea45cb0e2fa5ba82314755894bd5136a8575 (patch) | |
tree | c2a5e57580a14a6d8bd95de7c638e9d2edaa56e4 /user_guide_src/source | |
parent | 0e4069ba30922941917a26463cba250b0f14c8ef (diff) |
Fixed typo in unit testing documentation.
There was a reference to a non-existent Unit_test::set_items method when
it should be Unit_test::set_test_items.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/unit_testing.rst | 2 |
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 |