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.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl 13 Jul 2006 23:19:52 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl 27 Jul 2006 00:31:26 -0000 1.5 @@ -29,7 +29,7 @@ $callback_procs \ ::callback::a_callback::contract] >= 0}] - ad_proc -callback a_callback_2 { arg1 arg2 } { this is a test callback } + ad_proc -callback a_callback_2 { arg1 arg2 } { this is a test callback } {} set callback_procs [info procs ::callback::a_callback_2::*] aa_true "creation of a valid callback contract with no body" \ [expr {[lsearch -exact \ @@ -99,6 +99,8 @@ } ad_proc EvilCallback {} { + This is a test callback implementation that should not be invoked. +} { error "Should not be invoked" }