Commit 821094ba authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed some XML syntax issues in the test data

Also, make the ftp server return a canned response that doesn't
cause XML verification problems.  Although the test file format
isn't technically XML, it's still handy to be able to use XML
tools to verify and manipulate them.
parent 7e0c2c47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# http://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html
<testcase>
# http://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html
<info>
<keywords>
HTTP
+1 −1
Original line number Diff line number Diff line
<testcase>
# Test case inspired by this question on stackoverflow:
#
# http://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy
#
<testcase>
<info>
<keywords>
HTTP
+1 −1
Original line number Diff line number Diff line
# test case cloned from 1076 and then 302 was replaced with 303
<testcase>
# test case cloned from 1076 and then 302 was replaced with 303
<info>
<keywords>
HTTP
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ mooo
220-        _   _ ____  _     
220-    ___| | | |  _ \| |    
220-   / __| | | | |_) | |    
220-  | (__| |_| |  _ <| |___ 
220-  | (__| |_| |  _ {| |___ 
220    \___|\___/|_| \_\_____|
331 We are happy you popped in!
230 Welcome you silly person
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ mooo
220-        _   _ ____  _     
220-    ___| | | |  _ \| |    
220-   / __| | | | |_) | |    
220-  | (__| |_| |  _ <| |___ 
220-  | (__| |_| |  _ {| |___ 
220    \___|\___/|_| \_\_____|
331 We are happy you popped in!
230 Welcome you silly person
Loading