Index: openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl 8 Dec 2012 17:42:32 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl 30 Sep 2013 12:00:56 -0000 1.9.2.1 @@ -23,7 +23,7 @@ } error] ad_proc -callback a_callback { -arg1 arg2 } { this is a test callback } - - set callback_procs [info command ::callback::a_callback::*] + set callback_procs [info commands ::callback::a_callback::*] aa_true "creation of a valid callback contract with '-' body" \ [expr {[lsearch -exact \ $callback_procs \