From 2f831898fa3c8b8b7e36a65cb171a0754bc5c2d6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 16 Jul 2015 09:13:25 -0400 Subject: [PATCH] README: Added some needed tests (thanks to Tomas Babej). --- test/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/test/README b/test/README index 67ce1fb17..79447b5b9 100644 --- a/test/README +++ b/test/README @@ -136,4 +136,23 @@ For anyone looking for test-related tasks to take on, here are some suggestions: * Find and eliminate individuals test that do the same thing. + * Using /pattern/ with rc.regex:off still uses regex. + + * Import JSON validates absolutely no attribute. Create tests with bad data + in all fields. + + * DOM references are not validated, make this painfully obvious with tests + + * Crazy dateformat values are not tested + + * All add-on scripts should work + + * Invalid UTF8 is not tested + + * read-only data files are not tested + + * all the attribute modifiers need to be tested, only a few are + + * aliases are not well tested, and fragile + ---