Index: openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl,v diff -u -r1.14.2.8 -r1.14.2.9 --- openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 2 Jul 2019 13:27:14 -0000 1.14.2.8 +++ openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 1 Jul 2020 19:31:58 -0000 1.14.2.9 @@ -265,10 +265,10 @@ ::xowf::WorkflowConstruct x aa_equals "non-conditional test with empty" [x get_value ""] "" - aa_equals "non-conditional test with non-empty scalar" [x get_value "a"] "a" + aa_equals "non-conditional test with nonempty scalar" [x get_value "a"] "a" - aa_equals "non-conditional test with non-empty list" [x get_value {a b}] "a b" - aa_equals "non-conditional test with non-empty list" [x get_value "a b"] "a b" + aa_equals "non-conditional test with nonempty list" [x get_value {a b}] "a b" + aa_equals "non-conditional test with nonempty list" [x get_value "a b"] "a b" aa_equals "conditional test, true branch" [x get_value "? true a default b"] "a" aa_equals "conditional test, false branch" [x get_value "? false a default b"] "b"