Index: openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp 23 Jun 2016 08:32:46 -0000 1.1.2.3 +++ openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp 19 Nov 2016 09:21:55 -0000 1.1.2.4 @@ -1,5 +1,5 @@ -{/doc/acs-core-docs {Documentation}} {ACS4 Unit Tests} +{/doc/acs-core-docs {ACS Core Documentation}} {ACS4 Unit Tests} ACS4 Unit Tests

ACS4 Unit Tests

@@ -53,7 +53,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 +that 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