Index: openacs-4/packages/acs-lang/tcl/test/lang-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/lang-catalog-procs.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-lang/tcl/test/lang-catalog-procs.tcl 9 Feb 2023 12:41:14 -0000 1.1.2.3 +++ openacs-4/packages/acs-lang/tcl/test/lang-catalog-procs.tcl 9 Feb 2023 13:14:43 -0000 1.1.2.4 @@ -133,6 +133,12 @@ set result [lang::catalog::import \ -package_key acs-lang -locales en_US] + # + # Avoid test side-effects by re-loading also other locales + # + lang::catalog::import \ + -package_key acs-lang -locales [lang::system::get_locales] + aa_equals "All keys for this package and locale have been processed" \ [dict get $result processed] \ $n_messages