Index: openacs-4/packages/xowiki/tcl/test/check-method-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/check-method-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/xowiki/tcl/test/check-method-procs.tcl 17 Jun 2020 19:04:03 -0000 1.1.2.2 +++ openacs-4/packages/xowiki/tcl/test/check-method-procs.tcl 1 Jul 2020 19:31:58 -0000 1.1.2.3 @@ -13,7 +13,7 @@ incr count regexp {www[-](.*)$} $m . suffix set wrong [regexp {[^a-z0-9-]} $suffix] - aa_false "web callable method '$cl instproc $m' does not follow naming guidelines (just lower case, digit and dash)" $wrong + aa_false "web callable method '$cl instproc $m' does not follow naming guidelines (just lowercase, digit and dash)" $wrong } } aa_log "Checked $count web callable methods"