Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml 14 Oct 2003 10:03:22 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml 11 Dec 2003 21:39:48 -0000 1.5 @@ -11,7 +11,7 @@ - by Joel Aufrecht + by Joel Aufrecht Debugging @@ -42,7 +42,7 @@ NOTE: explain how to add tcl to directly write your own log output - To set up real-time monitoring of the Aolserver error + To set up real-time monitoring of the AOLserver error log, type less /usr/local/aolserver/log/openacs-dev-error.log F to show new log entries in real time (like tail -f) C-c to stop and F to start it up again. @@ -81,13 +81,15 @@ + Write automated tests + - by Simon Carstensen + by Simon Carstensen - Write automated tests - - Create the automated tests for the package. - It seems to me that a lot of + + + Automated tests +It seems to me that a lot of people have been asking for some guidelines on how to write automated tests. I've done several tests by now and have found the process to be extremely easy and useful. It's a joy to work with automated testing @@ -200,7 +202,7 @@ There a number of other useful procs and I will encourage you to look at the few packages for which tests have already been implemented. -That is perhaps the best documentation we have so far. +That is perhaps the best documentation we have so far. See also .