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 -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/fs-portlet/tcl/test/fs-portlet-procs.tcl 12 Apr 2023 13:07:57 -0000 1.1.2.6 +++ openacs-4/packages/fs-portlet/tcl/test/fs-portlet-procs.tcl 12 Apr 2023 15:11:42 -0000 1.1.2.7 @@ -50,6 +50,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 }