mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
tests: convert base64 data to %b64[]
To make it easier to read, understand and edit tests - and grep them. Closes #20547
This commit is contained in:
parent
cdfc8dc7ad
commit
afe9fdd1eb
93 changed files with 173 additions and 173 deletions
|
|
@ -16,7 +16,7 @@ RFC5034
|
|||
<servercmd>
|
||||
AUTH NTLM
|
||||
REPLY AUTH +
|
||||
REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
|
||||
REPLY %b64[NTLMSSP%00%01%00%00%00%06%82%08%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00]b64% + Rubbish
|
||||
REPLY * -ERR AUTH exchange cancelled by client
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
|
@ -50,7 +50,7 @@ pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u testuser:testpass
|
|||
<protocol crlf="yes">
|
||||
CAPA
|
||||
AUTH NTLM
|
||||
TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
||||
%b64[NTLMSSP%00%01%00%00%00%06%82%08%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00]b64%
|
||||
*
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue