Re: [tclwebtest] Fix for a rare redirection problem with eval
Status: Abandoned
Brought to you by:
tils
From: Tilmann S. <ti...@ti...> - 2003-08-22 14:24:54
|
Hi, Wouldn't it work to simply replace eval "do_request $nocomplain_option $followequiv_option $location" with eval {do_request $nocomplain_option $followequiv_option $location} ? I just did a simple test in tclsh which indicated that this should work, since then the variables get substituted during the eval run, not before which should work as well (and looks cleaner to me anyway). Unfortunately the selftests can't cover these things since they require interaction with a server, but if the fix above works for you feel free to commit it. cheers, Til -- http://tsinger.com |