Index: openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl 1 Nov 2013 21:08:30 -0000 1.4 +++ openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl 7 Aug 2017 23:48:09 -0000 1.5 @@ -2,7 +2,7 @@ ad_library { - dotlrn tcl helper procs for acs-automated-testing + dotlrn Tcl helper procs for acs-automated-testing @author Deds Castillo (deds@i-manila.com.ph) @creation-date 2004-08-11 @@ -29,3 +29,9 @@ aa_true "user_must_not_exist" [string equal [db_string check_user "select count(*) from users where user_id = $creation_info(user_id)"] "0"] } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: