Hi Ronnie

On 06/22/2018 09:16 AM, Ronnie Brunner wrote:

==== broken-1.1 error page test FAILED
==== Contents of test case:

     apachetest::start {} {} {
         catch {
             set page [::http::geturl "${urlbase}$testfilename1"]
             set match [string trim [::http::data $page]]
         }
     }
     set match

---- Result was:
<pre>invalid command name "broken"
     while executing
"broken"
     (in namespace eval "::request" script line 4)
     invoked from within
"namespace eval ::request $script"
     ("::try" body line 12)<hr/><p>OUTPUT BUFFER:</p>::Rivet::handle_error</pre>
---- Result should have been (exact matching):
<pre>invalid command name "broken"
     while executing
"broken"
     (in namespace eval "::request" script line 4)
     invoked from within
"namespace eval ::request $script"
     ("::try" body line 12)<hr/><p>OUTPUT BUFFER:</p>puts -nonewline ""

# non-existent command
broken

puts -nonewline "
"
</pre>
==== broken-1.1 FAILED


I think this shouldn't be a show stopper. Basically: the default error
message had changed after Damon rewrote the default request handler. The
test is just checking the page fails with the expected HTML. Thus the
test is broken, not the code, but I will check and fix it because I
thought I already got it straight. Thank you

 -- Massimo

Firma il tuo 5 x mille all’Università di Parma e aiuta così i nostri studenti 
che vogliono realizzare un’esperienza di studio all’estero – Indica 00308780345 
nella tua denuncia dei redditi.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to