Index: openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl,v diff -u -N -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl 19 Aug 2019 07:00:18 -0000 1.4.2.2 +++ openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl 19 Aug 2020 16:26:07 -0000 1.4.2.3 @@ -184,6 +184,19 @@ } } +aa_register_case -procs { + faq_admin_portlet::link + faq_portlet::link + } -cats { + api + production_safe + } faq_portlet_links { + Test diverse link procs. +} { + aa_equals "FAQ admin portlet link" "[faq_admin_portlet::link]" "" + aa_equals "FAQ portlet link" "[faq_portlet::link]" "" +} + # Local variables: # mode: tcl # tcl-indent-level: 4