Re: [tclwebtest] Passing variable parameters to test scripts
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-02-19 18:25:14
|
On Sat, Feb 15, 2003 at 11:11:13AM +0000, Tilmann Singer wrote: > [...] but why I actually wrote it is to say that the current > requirement to be able to read the tcl comments from the test > source code is not really important, so don't jump through big > loops to preserve it when modifying tclwebtest to use strings > instead of temporary files, and please commit your patch with > these modifications, if not already done. Well, my patches with memory strings have problems when something goes wrong (infinite loop/recursion). And most importantly, the output log is buffered, while the current version logs as the test unit proceeds, which can be important for slow/busy. So I guess it's better to keep both ways. -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |