Index: openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl,v
diff -u -r1.28.2.8 -r1.28.2.9
--- openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl	19 Sep 2022 16:29:22 -0000	1.28.2.8
+++ openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl	30 Sep 2022 13:19:38 -0000	1.28.2.9
@@ -1275,7 +1275,7 @@
 
                 # This user will be created
                 set new_user_username [db_string get_new_username {
-                    select max(username) || 'A' from users
+                    select max(username) || 'a' from users
                 }]
                 set new_user_email [string tolower $new_user_username@test.com]
                 set new_user_first_names AAAA