Index: openacs-4/packages/fs-portlet/tcl/test/fs-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/test/Attic/fs-portlet-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/fs-portlet/tcl/test/fs-portlet-procs.tcl 19 Aug 2020 17:04:18 -0000 1.1.2.1 @@ -0,0 +1,28 @@ +ad_library { + Automated tests for the fs-portlet package. + + @author Héctor Romojaro + @creation-date 2020-08-19 + @cvs-id $Id: fs-portlet-procs.tcl,v 1.1.2.1 2020/08/19 17:04:18 hectorr Exp $ +} + +aa_register_case -procs { + fs_admin_portlet::link + fs_portlet::link + fs_contents_portlet::link + } -cats { + api + production_safe + } fs_portlet_links { + Test diverse link procs. +} { + aa_equals "FS admin portlet link" "[fs_admin_portlet::link]" "" + aa_equals "FS portlet link" "[fs_portlet::link]" "" + aa_equals "FS contents portlet link" "[fs_contents_portlet::link]" "" +} + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: