Docs: Removed false statement from doc

This commit is contained in:
Paul Beckingham 2015-09-13 22:27:24 -04:00
parent b4e5285a50
commit aea4e8cb11

View file

@ -22,9 +22,9 @@ failing tests, once you have run all the tests and produced an 'all.log' file.
Any TAP harness may be used.
Note that adding the '--serial' option to ./run_all, all tests are executed serially.
The default runs Python, C++ and Bash tests in parallel. Using '--serial' will
make for a slower test run.
Note that adding the '--serial' option to ./run_all, all tests are executed
serially. The default runs Python, C++ and Bash tests in parallel. Using
'--serial' will make for a slower test run.
Architecture
@ -148,9 +148,6 @@ For anyone looking for test-related tasks to take on, here are some suggestions:
* Using <attribute>.startswith:<value> with rc.regex:off still uses regex.
* Import JSON validates absolutely no attributes. Create tests with bad data
in all fields, to exercise validation.
* Crazy dateformat values are not tested.
* Invalid UTF8 is not tested.