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.
This commit is contained in:
@@ -559,7 +559,7 @@ sub protocolsetup {
|
||||
'220- _ _ ____ _ '."\r\n",
|
||||
'220- ___| | | | _ \| | '."\r\n",
|
||||
'220- / __| | | | |_) | | '."\r\n",
|
||||
'220- | (__| |_| | _ <| |___ '."\r\n",
|
||||
'220- | (__| |_| | _ {| |___ '."\r\n",
|
||||
'220 \___|\___/|_| \_\_____|'."\r\n")
|
||||
);
|
||||
}
|
||||
@@ -585,7 +585,7 @@ sub protocolsetup {
|
||||
' _ _ ____ _ '."\r\n",
|
||||
' ___| | | | _ \| | '."\r\n",
|
||||
' / __| | | | |_) | | '."\r\n",
|
||||
' | (__| |_| | _ <| |___ '."\r\n",
|
||||
' | (__| |_| | _ {| |___ '."\r\n",
|
||||
' \___|\___/|_| \_\_____|'."\r\n",
|
||||
'+OK cURL POP3 server ready to serve '."\r\n")
|
||||
);
|
||||
@@ -619,7 +619,7 @@ sub protocolsetup {
|
||||
' _ _ ____ _ '."\r\n",
|
||||
' ___| | | | _ \| | '."\r\n",
|
||||
' / __| | | | |_) | | '."\r\n",
|
||||
' | (__| |_| | _ <| |___ '."\r\n",
|
||||
' | (__| |_| | _ {| |___ '."\r\n",
|
||||
' \___|\___/|_| \_\_____|'."\r\n",
|
||||
'* OK cURL IMAP server ready to serve'."\r\n")
|
||||
);
|
||||
@@ -643,7 +643,7 @@ sub protocolsetup {
|
||||
'220- _ _ ____ _ '."\r\n",
|
||||
'220- ___| | | | _ \| | '."\r\n",
|
||||
'220- / __| | | | |_) | | '."\r\n",
|
||||
'220- | (__| |_| | _ <| |___ '."\r\n",
|
||||
'220- | (__| |_| | _ {| |___ '."\r\n",
|
||||
'220 \___|\___/|_| \_\_____|'."\r\n")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user