Index: openacs-4/packages/acs-automated-testing/acs-automated-testing.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/acs-automated-testing.info,v
diff -u -r1.47 -r1.47.2.1
--- openacs-4/packages/acs-automated-testing/acs-automated-testing.info 4 Oct 2018 09:59:41 -0000 1.47
+++ openacs-4/packages/acs-automated-testing/acs-automated-testing.info 1 Apr 2019 18:13:38 -0000 1.47.2.1
@@ -7,7 +7,7 @@
t
t
-
+
OpenACS
The interface to the automated testing facilities within OpenACS.
2017-08-06
@@ -19,7 +19,7 @@
OpenACS system. Also provides a UI for managing
automatic-rebuild servers as in a test farm.
-
+
Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v
diff -u -r1.79.2.4 -r1.79.2.5
--- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 29 Mar 2019 14:15:53 -0000 1.79.2.4
+++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 1 Apr 2019 18:13:39 -0000 1.79.2.5
@@ -1111,6 +1111,7 @@
-user_id:required
-url:required
{-update {}}
+ {-remove {}}
form_content
} {
@@ -1119,7 +1120,14 @@
convenience the update fields are provided to overload the
form_content.
+ @param update key/attribute list of values to be updated in the form content
+ @param remove keys to be removed from the form content
+
} {
+ if {$remove ne ""} {
+ set form_content [dict remove $form_content {*}$remove]
+ ns_log notice "DEBUG: after removing <$remove> from <$form_content>"
+ }
foreach {att value} $update {
dict set form_content $att $value
}
Index: openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl,v
diff -u -r1.5 -r1.5.2.1
--- openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 23 Jul 2018 11:42:56 -0000 1.5
+++ openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 1 Apr 2019 18:13:39 -0000 1.5.2.1
@@ -62,7 +62,7 @@
{ test_code:text(textarea),nospell
{html {cols 90 rows 50}}
{label "Test Code"}
- {help_text "The test code itself, usually generated by the TwtR pluging for firefox (http://www.km.co.at/km/twtr)"}
+ {help_text "The test code itself, usually generated by the TwtR pluging for Firefox (http://www.km.co.at/km/twtr)"}
}
} \
-validate {