TesTcl icon indicating copy to clipboard operation
TesTcl copied to clipboard

Regression in error output

Open landro opened this issue 11 years ago • 0 comments

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?

landro avatar Feb 25 '14 11:02 landro