Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl,v diff -u -r1.28.2.31 -r1.28.2.32 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 8 Aug 2024 12:19:07 -0000 1.28.2.31 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 24 Aug 2024 14:59:50 -0000 1.28.2.32 @@ -324,7 +324,9 @@ # Import the catalog file array unset message_count + ns_logctl severity error 0 array set message_count [lang::catalog::import -package_key $package_key -locales [list $locale]] + ns_logctl severity error 1 aa_log "Imported messages: [array get message_count]" # Check that we have the expected messages in the database