TesTcl
TesTcl copied to clipboard
Regression in error output
In 1.0.1 we used to have output like this
Unexpected unknown command invocation 'HTTP::respond 403'
Maybe you should add an "on" statement similar to the one below to your "it" block?
it "your description" {
...
on HTTP::respond 403 return "your return value"
...
}
That just went away in 1.0.2 - @Sebastian-Brzuzek do you know what happened?