From 1343f4c08160f18b9aacb1c9ba3d3c3a8b251d2e Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sat, 4 Mar 2006 17:09:52 +0000 Subject: check for trailing spaces on windows git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1023 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/mod-fastcgi.t | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/mod-fastcgi.t') diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t index d3ea4a86..4d84cd2b 100755 --- a/tests/mod-fastcgi.t +++ b/tests/mod-fastcgi.t @@ -114,6 +114,13 @@ EOF $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200 } ]; ok($tf->handle_http($t) == 0, 'PATHINFO'); + $t->{REQUEST} = ( <{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 404 } ]; + ok($tf->handle_http($t) == 0, 'No source retrieval'); + $t->{REQUEST} = ( <