acs::test::detail_link (private)
acs::test::detail_link dict
Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl
Create a detail link, which is useful for web-requests, to inspect the result in case a test fails. Missing: cleanup, e.g. after a couple of days, or when the testcase is executed again (for that we would need testcase_id and package_key, that we do not want to pass around)
- Parameters:
- dict (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set nonce REPLY-[clock clicks -microseconds].html set F [open $::acs::rootdir/packages/acs-automated-testing/www/$nonce w] puts $F [dict get $dict body] close $F return /test/$nonceXQL Not present: Generic, PostgreSQL, Oracle