Index: openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl,v diff -u -N -r1.53.2.8 -r1.53.2.9 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 11 Sep 2019 12:50:52 -0000 1.53.2.8 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 7 Feb 2020 14:51:59 -0000 1.53.2.9 @@ -129,6 +129,7 @@ array unset auth_info array set auth_info \ [auth::authenticate \ + -authority_id $authority_id \ -no_cookie \ -username "blabla" \ -password $password]