Posted to tcl by hypnotoad at Tue Jun 04 17:05:39 GMT 2019view raw
- ==== scgi-client-0006 Return a file FAILED
- ==== Contents of test case:
- split [::scgi::test::send 10003 {REQUEST_METHOD GET REQUEST_URI /file} {}] \n
- ---- Result was:
- {Status: 200 OK} {Content-Type: text/plain} {Connection: close} {Content-Length: 134} {} {} {if {![package vsatisfies [package provide Tcl] 8.6]} {return}} {package ifneeded httpd 4.3.3 [list source [file join $dir httpd.tcl]]} {} {}
- ---- Result should have been (glob matching):
- {Status: 200 OK} {Content-Type: text/plain} {Connection: close} {Content-Length: 134} {} {} {if {![package vsatisfies [package provide Tcl] 8.6]} {return}} {package ifneeded httpd 4.3.3 [list source [file join $dir httpd.tcl]]} {} {}
- ==== scgi-client-0006 FAILED