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 -r1.4.2.8 -r1.4.2.9 --- openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl 12 Apr 2023 13:01:23 -0000 1.4.2.8 +++ openacs-4/packages/faq-portlet/tcl/test/faq-portlet-procs.tcl 12 Apr 2023 15:11:42 -0000 1.4.2.9 @@ -45,6 +45,10 @@ [string first "Error in include template" $portlet] >= 0 } + aa_false "No unresolved message keys" { + [string first "MESSAGE KEY MISSING: " $portlet] >= 0 + } + aa_true "Portlet contains something" { [string length [string trim $portlet]] > 0 }