Index: openacs-4/packages/workflow/tcl/test/workflow-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/test/workflow-test-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/workflow/tcl/test/workflow-test-procs.tcl 29 Dec 2017 11:36:39 -0000 1.19 +++ openacs-4/packages/workflow/tcl/test/workflow-test-procs.tcl 19 Jul 2018 12:26:39 -0000 1.20 @@ -529,7 +529,7 @@ workflow::role::get -role_id $role_id -array role aa_true "checking that role names of workflow can be fetched with workflow::get_roles and workflow::role::get" \ - [expr {$role(short_name) in $expect_role_names}] + {$role(short_name) in $expect_role_names} } @@ -539,7 +539,7 @@ workflow::action::get -action_id $action_id -array action aa_true "checking retrieval of action names with workflow::get_actions and workflow::get" \ - [expr {$action(short_name) in $expect_action_names}] + {$action(short_name) in $expect_action_names} }