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 -N -r1.28.2.1 -r1.28.2.2 --- openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl 7 Feb 2020 16:51:26 -0000 1.28.2.1 +++ openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl 3 Jul 2020 07:53:44 -0000 1.28.2.2 @@ -24,7 +24,7 @@ -rollback \ -test_code { - # Start non-interactive job + # Start noninteractive job set job_id [auth::sync::job::start \ -authority_id [auth::authority::local]] @@ -72,7 +72,7 @@ aa_equals "Number of problems" $job(num_problems) 1 - aa_false "Log URL non-empty" {$job(log_url) eq ""} + aa_false "Log URL nonempty" {$job(log_url) eq ""} # Purge not deleting the job auth::sync::purge_jobs \ @@ -111,7 +111,7 @@ -rollback \ -test_code { - # Start non-interactive job + # Start noninteractive job set job_id [auth::sync::job::start -authority_id [auth::authority::local]] @@ -352,7 +352,7 @@ aa_equals "Number of problems" $job(num_problems) 2 - aa_false "Log URL non-empty" {$job(log_url) eq ""} + aa_false "Log URL nonempty" {$job(log_url) eq ""} } } @@ -376,7 +376,7 @@ -rollback \ -test_code { - # Start non-interactive job + # Start noninteractive job set job_id [auth::sync::job::start -authority_id [auth::authority::local]] @@ -503,7 +503,7 @@ aa_equals "Number of problems" $job(num_problems) 0 - aa_false "Log URL non-empty" {$job(log_url) eq ""} + aa_false "Log URL nonempty" {$job(log_url) eq ""} } }