Index: openacs-4/packages/static-portlet/tcl/test/static-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/test/static-portlet-procs.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/static-portlet/tcl/test/static-portlet-procs.tcl 19 Aug 2020 17:01:20 -0000 1.1.2.1 +++ openacs-4/packages/static-portlet/tcl/test/static-portlet-procs.tcl 21 Aug 2020 14:43:09 -0000 1.1.2.2 @@ -9,14 +9,16 @@ aa_register_case -procs { static_admin_portlet::link static_portlet::link + static_portlet::get_pretty_name } -cats { api production_safe - } static_portlet_links { - Test diverse link procs. + } static_portlet_links_names { + Test diverse link and name procs. } { - aa_equals "Static admin portlet link" "[static_admin_portlet::link]" "" - aa_equals "Static portlet link" "[static_portlet::link]" "" + aa_equals "Static admin portlet link" "[static_admin_portlet::link]" "" + aa_equals "Static portlet link" "[static_portlet::link]" "" + aa_equals "Static portlet pretty name" "[static_portlet::get_pretty_name]" "" } # Local variables: