Index: openacs-4/contrib/packages/simulation/test/simulation-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/test/Attic/simulation-test-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/contrib/packages/simulation/test/simulation-test-procs.tcl 22 Jan 2004 14:08:39 -0000 1.13 +++ openacs-4/contrib/packages/simulation/test/simulation-test-procs.tcl 28 Jan 2004 15:15:31 -0000 1.14 @@ -644,10 +644,12 @@ form find ~n task field find ~n name field fill $task_name + field find ~n assigned_role field select $task(assigned_role) - field find ~n recipient_role - field select $task(recipient_role) + + field check_multiple recipient_roles $task(recipient_roles) + field find ~n description field fill "This is the task description for task $task_name" form submit