Index: openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl,v diff -u -r1.13.2.2 -r1.13.2.3 --- openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl 10 Sep 2015 08:21:15 -0000 1.13.2.2 +++ openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl 9 Jun 2016 08:19:39 -0000 1.13.2.3 @@ -85,7 +85,7 @@ # # Work out the URL for this directory (stripping off the file element). # - set url "[ad_conn url]" + set url [ad_conn url] regexp {(.*)/[^/]*} $url {\\1} url append url "/component?package_key=${package_key}"