|
The Tcl itest library does not support recursive procedure calls for rendered procedures. For example, if proc1 calls proc1, the test will fail with an error message after 60 second timeout. This limitation is because of the way rendered procedure calls are supported within iTest (it is not a Tcl rendering problem). |