Index: openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl 11 Apr 2019 12:10:28 -0000 1.9 +++ openacs-4/packages/xolp/tcl/test/xolp-test-procs.tcl 11 Apr 2019 13:25:51 -0000 1.10 @@ -1222,7 +1222,7 @@ aa_export_vars {activity_iris activity_version_ids} set amount 10000 for {set i 1} {$i <= $amount} {incr i} { - set activity_iri [::xolp::test::create_test_iris]" + set activity_iri [::xolp::test::create_test_iris] set activity [::xolp::Activity new_persistent_object \ -iri $activity_iri \ -title "Activity $i"]