Posted to tcl by hypnotoad at Tue Jun 04 17:05:39 GMT 2019view raw

  1. ==== scgi-client-0006 Return a file FAILED
  2. ==== Contents of test case:
  3.  
  4. split [::scgi::test::send 10003 {REQUEST_METHOD GET REQUEST_URI /file} {}] \n
  5.  
  6. ---- Result was:
  7. {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]]} {} {}
  8. ---- Result should have been (glob matching):
  9. {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]]} {} {}
  10. ==== scgi-client-0006 FAILED
  11.