Index: openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html,v diff -u -N -r1.1.1.1.30.1 -r1.1.1.1.30.2 --- openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html 23 Jun 2016 08:32:46 -0000 1.1.1.1.30.1 +++ openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html 3 Oct 2016 09:17:51 -0000 1.1.1.1.30.2 @@ -60,7 +60,7 @@ Adding new test cases is meant to be as easy as possible. Simple create a new function in the appropriate .java file, making sure that the function -name begins with "test". I've adopted a naming convention where the function +name begins with "test". I've adopted a naming convention where the function name consists of the word "test", a short description of what the function does (with words delimited by underscores), followed finally by the QAS testcase ID, if such a testcase exists. If you need to test an area of the