]> granicus.if.org Git - curl/commitdiff
tests: Corrected copy and pasted comments from commit e643c5c908
authorSteve Holme <steve_holme@hotmail.com>
Thu, 3 Dec 2015 23:31:24 +0000 (23:31 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 3 Dec 2015 23:31:24 +0000 (23:31 +0000)
12 files changed:
tests/data/test842
tests/data/test843
tests/data/test844
tests/data/test845
tests/data/test887
tests/data/test888
tests/data/test889
tests/data/test890
tests/data/test946
tests/data/test947
tests/data/test948
tests/data/test949

index e0928e24520e05994f44754989ea4329bb925092..b98d5a25e3051ef3148ba4aa40fb6c482716d93d 100644 (file)
@@ -40,7 +40,8 @@ IMAP OAuth 2.0 (OAUTHBEARER) authentication
  <command>
 'imap://%HOSTIP:%IMAPPORT/842/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );"
 </precheck>
index 8592c8bd16971ef955cde8af5fdee24e61d725e1..266aaa7c4d646f00c978b8c05d76d6a9608b64c1 100644 (file)
@@ -41,7 +41,8 @@ IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response
  <command>
 'imap://%HOSTIP:%IMAPPORT/843/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );"
 </precheck>
index 00761065d0e93e08c6fc7b83f618f4b0f34e2e86..4acd6672640c510a0829fa752279af63b5f011d8 100644 (file)
@@ -32,7 +32,8 @@ IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation
  <command>
 'imap://%HOSTIP:%IMAPPORT/844/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );"
 </precheck>
index 915327bde84e51ff85e0a3d195c46f1afd6ef628..152ab58279d49e10820792e5beee35b94dcc77bd 100644 (file)
@@ -33,7 +33,8 @@ IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
  <command>
 'imap://%HOSTIP:%IMAPPORT/845/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );"
 </precheck>
index 70afef7446252611151814088b5cbe940b1de33d..b39dc21cc8830682507804a82abd4680dda147fb 100644 (file)
@@ -42,7 +42,8 @@ POP3 OAuth 2.0 (OAUTHBEARER) authentication
  <command>
 pop3://%HOSTIP:%POP3PORT/887 -u user --oauth2-bearer mF_9.B5f-4.1JqM
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );"
 </precheck>
index 5f9bee1ad7a5c52452fa08f36b20f8908dce2f84..1a359df225e5260cb87870f81a38751140b0553f 100644 (file)
@@ -42,7 +42,8 @@ POP3 OAuth 2.0 (OAUTHBEARER) authentication with initial response
  <command>
 pop3://%HOSTIP:%POP3PORT/888 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );"
 </precheck>
index f016934a01e060a1e753d4ad6b12ba148d8f3a2e..5fbd0ca8ae68947fc8daebec205916ba2e266dbb 100644 (file)
@@ -34,7 +34,8 @@ POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation
  <command>
 pop3://%HOSTIP:%POP3PORT/889 -u user --oauth2-bearer mF_9.B5f-4.1JqM
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );"
 </precheck>
index e179f8bc8a03ecbe2aa19bc4896dff9cd3765019..6392dfa0172022e1eca6671af55291b00d75627f 100644 (file)
@@ -34,7 +34,8 @@ POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
  <command>
 pop3://%HOSTIP:%POP3PORT/890 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );"
 </precheck>
index c052afaf7cac4d46b11a953e81bbd7740ae91abe..d34bd914e8ae43e339d3ff1d559d1523563ef07e 100644 (file)
@@ -20,7 +20,7 @@ REPLY dXNlcj11c2VyAWhvc3Q9MTI3LjAuMC4xAXBvcnQ9OTAwNQFhdXRoPUJlYXJlciBtRl85LkI1Zi
 </servercmd>
 </reply>
 
-#vi
+#
 # Client-side
 <client>
 <server>
@@ -35,7 +35,8 @@ mail body
  <command>
 smtp://%HOSTIP:%SMTPPORT/946 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM -T -
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );"
 </precheck>
index e889cfb39c800d7a18758a0afce5919c630dc0e2..03648a4129a9d3029e8cbd68bedf6f2e2b23c446 100644 (file)
@@ -35,7 +35,8 @@ mail body
  <command>
 smtp://%HOSTIP:%SMTPPORT/947 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );"
 </precheck>
index 510eb9aa25939ec7327f10c7a9158362cec87d7d..51bb41ad2cc7cba8a91f5da56317c4736697ba96 100644 (file)
@@ -36,7 +36,8 @@ mail body
  <command>
 smtp://%HOSTIP:%SMTPPORT/948 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM -T -
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );"
 </precheck>
index bebf46646721d751f2b6b2bf7ecf3c627df92e7a..f84c42b4007291e2e8975efa4b589c3067144847 100644 (file)
@@ -36,7 +36,8 @@ mail body
  <command>
 smtp://%HOSTIP:%SMTPPORT/949 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
 </command>
-# The data section doesn't do variable substitution, so we must assert this
+# The protocol section doesn't support ways of specifing the raw data in the
+# base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );"
 </precheck>