]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: make all names < 75 characters long
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 Jul 2025 11:56:41 +0000 (13:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Jul 2025 08:56:08 +0000 (10:56 +0200)
- no need to make them long and complicated
- increases the chances of them looking better in terminal outputs

Closes #17824

48 files changed:
tests/data/test1006
tests/data/test1114
tests/data/test1181
tests/data/test1248
tests/data/test1249
tests/data/test1250
tests/data/test1251
tests/data/test1252
tests/data/test1253
tests/data/test1255
tests/data/test1256
tests/data/test1257
tests/data/test1404
tests/data/test1527
tests/data/test1557
tests/data/test1958
tests/data/test1964
tests/data/test2003
tests/data/test2004
tests/data/test2050
tests/data/test2052
tests/data/test2055
tests/data/test2058
tests/data/test2059
tests/data/test2060
tests/data/test2065
tests/data/test2066
tests/data/test2068
tests/data/test2069
tests/data/test234
tests/data/test3000
tests/data/test3001
tests/data/test3002
tests/data/test3003
tests/data/test3004
tests/data/test3005
tests/data/test3023
tests/data/test3024
tests/data/test576
tests/data/test741
tests/data/test849
tests/data/test893
tests/data/test954
tests/data/test957
tests/data/test958
tests/data/test961
tests/data/test963
tests/data/test964

index 004598ff13065558d38a77f0407d6e2538881d54..a8da3f73bf27f2bae582f1db7b4a686d128028a1 100644 (file)
@@ -25,7 +25,7 @@ REPLY CWD 250-AAAAAAAAAAAAAAAAAAAAAAAAA\r\n250-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
 ftp
 </server>
 <name>
-FTP with excessively large number of server command response lines (boundary condition)
+FTP with large number of command response lines (boundary condition)
 </name>
 <command>
 ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
index e8a87ab11eca11b47ac92251354b111606fa929d..61f113745198fb8ba9f6ee8b97db072824a40943 100644 (file)
@@ -22,7 +22,7 @@ ftp
 lib576
 </tool>
 <name>
-FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (DOS)
+FTP wildcard download - skip/correctness/FNMATCH_FUNCTION (DOS)
 </name>
 <command>
 ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/*
index 8f744669ee7bb2386cc68ff28939b53108135555..9cdf3fa4640a3fbc81e685351b96c8c5bb1565bb 100644 (file)
@@ -28,7 +28,7 @@ http
 proxy
 </features>
 <name>
-HTTP GET request with proxy and --proxy-header "Proxy-Connection: Keep-Alive"
+HTTP GET request with proxy and "Proxy-Connection: Keep-Alive"
 </name>
 <command>
 --proxy http://%HOSTIP:%HTTPPORT --proxy-header "Proxy-Connection: Keep-Alive" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
index b44d8c004f9d76486e518840359a4860b6da385b..515b873519a5442f918b04ebbd8a1e984a951555 100644 (file)
@@ -29,7 +29,7 @@ proxy
 http
 </server>
 <name>
-Access a non-proxied host with using the combination of --proxy option and --noproxy option
+Non-proxied host plus --proxy option and --noproxy option
 </name>
 <command>
 http://user:secret@%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy http://dummy:%NOLISTENPORT/ --noproxy %HOSTIP --max-time 5
index 1133509b2a900bba896c4eaaa4975231e3534ebb..83c79bff8408ebfdd3f3b00e65e559b24f17dff9 100644 (file)
@@ -29,7 +29,7 @@ proxy
 http
 </server>
 <name>
-Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var
+Non-proxied plus --proxy option and NO_PROXY env var
 </name>
 <setenv>
 NO_PROXY=%HOSTIP
index 6ac154d6d40f390731e5e924624f2feff1920b03..905810a45160644360b7337816903cb1e4ab3878 100644 (file)
@@ -27,7 +27,7 @@ foo
 http
 </server>
 <name>
-Access a non-proxied host with using the combination of http_proxy env var and --noproxy option
+Non-proxied host plus http_proxy env var and --noproxy option
 </name>
 <setenv>
 http_proxy=http://dummy:%PROXYPORT/
index aaba5bb7b38cbb029171ffc7be2e4938f8e38772..3f1503575b778254fd4bbbafc664ecba4e3bd182 100644 (file)
@@ -27,7 +27,7 @@ foo
 http
 </server>
 <name>
-Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var
+Non-proxied host plus http_proxy env var and NO_PROXY env var
 </name>
 <setenv>
 http_proxy=http://dummy:%PROXYPORT/
index 0fea2b67a35d934752f38e1200f69d481337994c..0da6012d57f715ad3e26c9593d5cd45d72058e5a 100644 (file)
@@ -30,7 +30,7 @@ proxy
 http
 </server>
 <name>
-Under condition using --proxy, override NO_PROXY by --noproxy and access target URL directly
+--proxy, override NO_PROXY by --noproxy and access target URL directly
 </name>
 <setenv>
 NO_PROXY=example.com
index a10732e4c351a420af56145708122d65545e6b20..f6c4153f8667bc89cf3f34749237439b1dbfc341 100644 (file)
@@ -27,7 +27,7 @@ foo
 http
 </server>
 <name>
-Under condition using --proxy, override NO_PROXY by --noproxy and access target URL through proxy
+--proxy, override NO_PROXY by --noproxy and access target URL through proxy
 </name>
 <setenv>
 NO_PROXY=example.com
index f23f4660c4af358225e42379bf9abaa7d155371c..9316051b99186cb7843353170eef33084b823180 100644 (file)
@@ -28,7 +28,7 @@ foo
 http
 </server>
 <name>
-Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL directly
+http_proxy, override NO_PROXY by --noproxy and access target URL directly
 </name>
 <setenv>
 http_proxy=http://%HOSTIP:%HTTPPORT
index fcbb6053c9d96ef321ec4aee3dbbd6359ce9e00b..b5dd610c0d0b0dcd1818df7026c0bc89af254fa7 100644 (file)
@@ -28,7 +28,7 @@ foo
 http
 </server>
 <name>
-Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy
+http_proxy, override NO_PROXY by --noproxy and target URL through proxy
 </name>
 <setenv>
 http_proxy=http://%HOSTIP:%HTTPPORT
index daf411e83820706a02cdc6843168ff2b59168b3e..47245e9dd0a6ef8f873bdec119059658ed7e9c56 100644 (file)
@@ -28,7 +28,7 @@ foo
 http
 </server>
 <name>
-Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy
+http_proxy, override NO_PROXY by --noproxy and target URL through proxy
 </name>
 <setenv>
 http_proxy=http://%HOSTIP:%HTTPPORT
index 2127441f1548df698a98e921bcc41eb7bd0cc14c..58bff51e170c655c77d2d663c5cf174d724d1b82 100644 (file)
@@ -31,7 +31,7 @@ Mime
 http
 </server>
 <name>
---libcurl for HTTP RFC1867-type formposting - -F with 3 files, one with explicit type & encoder
+--libcurl plus -F with 3 files, one with explicit type & encoder
 </name>
 <setenv>
 SSL_CERT_FILE=
index bf377d8262a3d8d82b1a4597dc8444ccd266d10b..1f422362b3989992c38a4500f31365e213a72c3b 100644 (file)
@@ -47,7 +47,7 @@ http-proxy
 lib%TESTNUMBER
 </tool>
 <name>
-Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED
+Same headers with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED
 </name>
 <command>
  http://the.old.moo.%TESTNUMBER:%HTTPPORT/%TESTNUMBER %HOSTIP:%PROXYPORT
index 031809f4e1e509b22d8786d849a7c0f462e3f0e6..ae4ac42a2c813faf1ceacf2720f7d7b83c6b6085 100644 (file)
@@ -18,7 +18,7 @@ lib%TESTNUMBER
 </tool>
 
 <name>
-Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
+Remove easy handle in pending connections doesn't leave dangling entry
 </name>
 <command>
 nothing
index 3186436e7fc55ca3f6c078f097685f608564c8b1..13bc78677da5050e88350d649f56cb158a627e61 100644 (file)
@@ -44,7 +44,7 @@ CURL_FORCEHOST=1
 </setenv>
 
 <name>
-HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload with whitespace
+HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 with whitespace
 </name>
 <tool>
 lib%TESTNUMBER
index 9d4c669504856cae7beb243759282bd2382cdef5..0cc8825fdac5841e7b2a74331f75d95b4a20a627 100644 (file)
@@ -40,7 +40,7 @@ aws
 </features>
 
 <name>
-HTTP AWS_SIGV4 with one provider and auth cred via URL, but X-Xxx-Date header set manually
+HTTP AWS_SIGV4 with X-Xxx-Date header set manually
 </name>
 <tool>
 lib%TESTNUMBER
index 2475bbe3276fde093689049876d62718e4cb8fe1..e37fd4e04f694ce883bc89384d07b8d2088c7a20 100644 (file)
@@ -55,7 +55,7 @@ file
 tftp
 </server>
 <name>
-HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ then again in reverse order
+HTTP GET, FTP RETR, FILE, TFTP RRQ then again in rev order
 </name>
 <command option="no-include">
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER0003 tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER0003 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001
index 744c61aac59479537ba4cc0530420cbecf08f5dd..f9770c3fb323b1d08e67bbeb7b7fdac10c72b2d7 100644 (file)
@@ -27,7 +27,7 @@ tftp
 sftp
 </server>
 <name>
-TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order
+TFTP RRQ, SFTP, FILE, SCP retrieval then in rev order
 </name>
 <command option="no-include">
 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/test%TESTNUMBER.txt file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt scp://%HOSTIP:%SSHPORT%SCP_PWD/%LOGDIR/test%TESTNUMBER.txt file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --insecure
index 3363fe55f929c3cc1a560c123b9694559113e8c0..ed4713f9a5fccf7d410d6e9a73eb08b22e62499e 100644 (file)
@@ -47,7 +47,7 @@ http
 http-proxy
 </server>
 <name>
-Connect to specific host via HTTP proxy (switch to tunnel mode automatically)
+--connect-to via HTTP proxy (tunnel mode automatically)
 </name>
 
 <command>
index a2a73e8ad35fb3e9a05f49daec76d18d2aa20040..18fc7c5ebfd9d4082ef31e77ea7dbe4ec153a640 100644 (file)
@@ -28,7 +28,7 @@ OK
 http
 </server>
 <name>
-Connect to specific host: Do not mix connections with and without a "connect to host"
+--connect-to: do not mix connections with and without a "connect to host"
 </name>
 
 <command>
index 66ddb084f199b2f96af643f77730e142727e947e..4710970ffd98e4555c052fdb8e67c22b6a3b5e87 100644 (file)
@@ -49,7 +49,7 @@ http-proxy
 socks5
 </server>
 <name>
-Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode automatically)
+--connect-to via SOCKS proxy and HTTP proxy (tunnel mode automatically)
 </name>
 <features>
 proxy
index 773aab0587db20c45ecd9bcab91873a105c96baf..a797f9648bdb088802f55fd9ee030a51be77f18b 100644 (file)
@@ -70,7 +70,7 @@ proxy
 digest
 </features>
 <name>
-HTTP POST --digest with PUT, resumed upload, modified method and SHA-256
+HTTP Digest with PUT, resumed upload, modified method and SHA-256
 </name>
 <command>
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x  http://%HOSTIP:%HTTPPORT -C 2 -X GET
index 949d0cb9607d8e3eca7701cceb081f11d7c888d4..79f71713936a94730e9910894323784bb6b58667 100644 (file)
@@ -70,7 +70,7 @@ proxy
 digest
 </features>
 <name>
-HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true
+HTTP Digest with PUT, resumed upload, modified method, SHA-256 and userhash
 </name>
 <command>
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x  http://%HOSTIP:%HTTPPORT -C 2 -X GET
index 860f40eb8f446f02d106a9d459d15b0554b12b79..4a754b168880fede919c48645749d81b1406f2ca 100644 (file)
@@ -70,7 +70,7 @@ proxy
 sha512-256
 </features>
 <name>
-HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false
+HTTP Digest with PUT, resumed upload, SHA-512-256, userhash
 </name>
 <command>
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x  http://%HOSTIP:%HTTPPORT -C 2 -X GET
index 4f3a510744ce96ce58ec50732e3853d52e09f888..5365cac3fd71650cd79647f15cec4476e6a7b529 100644 (file)
@@ -57,7 +57,7 @@ crypto
 sha512-256
 </features>
 <name>
-HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false
+HTTP with RFC7616 Digest, bad password, SHA-512-256 and userhash
 </name>
 <command>
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:test2pass --digest
index 19de8ad6422ab83b397402ce0b27942fd0a9db9f..8f5f7aa8a4e9fcb3c79774ae97ef4eee7688f173 100644 (file)
@@ -57,7 +57,7 @@ crypto
 digest
 </features>
 <name>
-HTTP with RFC7616 Digest authorization with bad password, SHA-256 and userhash=true
+HTTP with RFC7616 Digest, bad password, SHA-256 and userhash
 </name>
 <command>
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:test2pass --digest
index 1a6d2713499e5139944d963480ec141c4e6b92d7..867330e135f8c63f0573000398e26e35575e356f 100644 (file)
@@ -55,7 +55,7 @@ crypto
 sha512-256
 </features>
 <name>
-HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header
+HTTP POST Digest with SHA-512-256, userhash and set Content-Length
 </name>
 # This test is to ensure 'Content-Length: 0' is sent while negotiating auth
 # even when there is a user-specified Content-Length header.
index 424ce44a1b11489b6fcc065ea65c16e6ec65032a..650726d17c5c33ae3cb80881e041872d6d6947de 100644 (file)
@@ -55,7 +55,7 @@ crypto
 digest
 </features>
 <name>
-HTTP POST --digest with SHA-256, userhash=true and user-specified Content-Length header
+HTTP POST Digest with SHA-256, userhash and set Content-Length header
 </name>
 # This test is to ensure 'Content-Length: 0' is sent while negotiating auth
 # even when there is a user-specified Content-Length header.
index 2c86c3437ecaa9e10b9feebd11714fc95f7ded86..2902da1528d2e37c604153b62a9dee0346acdc51 100644 (file)
@@ -64,7 +64,7 @@ contents
 http
 </server>
 <name>
-HTTP, proxy, site+proxy auth and Location: to new host using location-trusted
+HTTP, proxy, site+proxy auth and Location: to new host location-trusted
 </name>
 <command>
 http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing:this --location-trusted
index 92cdf063580cfc6fc260fe70455478ef3df4d6a7..e46012d2788eee12746d2ca4007721b4da0a15ca 100644 (file)
@@ -32,7 +32,7 @@ local-http
 https test-localhost-san-first.pem
 </server>
 <name>
-HTTPS GET to localhost, first subject alt name matches, CN does not match
+HTTPS localhost, first subaltname matches, CN does not match
 </name>
 <command>
 -4 --cacert %CERTDIR/certs/test-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
index 8d0f690999fca0be10616dad284f01f5c0c150d0..ce53eb9aa0a451d44aa436bb250e1144fe4deaab 100644 (file)
@@ -32,7 +32,7 @@ local-http
 https test-localhost-san-last.pem
 </server>
 <name>
-HTTPS GET to localhost, last subject alt name matches, CN does not match
+HTTPS localhost, last subject alt name matches, CN does not match
 </name>
 <command>
 -4 --cacert %CERTDIR/certs/test-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
index a956913a2afc99c6349e79c81c5e2893f84adc78..206bb7d4d9f4b0874e3fd79605ffe5510da490db 100644 (file)
@@ -17,7 +17,7 @@ SMTP
 smtp
 </server>
 <name>
-SMTP with multiple and invalid (first) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple and invalid (first) --mail-rcpt and --mail-rcpt-allowfails
 </name>
 <stdin>
 From: different\r
index 28dd7f8084df66951c35098e100f99d28d164b51..dea4bd6517264bb3d5cebd219b69acc98f2d5298 100644 (file)
@@ -17,7 +17,7 @@ SMTP
 smtp
 </server>
 <name>
-SMTP with multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails
 </name>
 <stdin>
 From: different\r
index d46ba6ccc78a803274d24aecbbd7ab473c746505..a995ddee542e23ce6e68c08ab1ae4774aa92a39b 100644 (file)
@@ -17,7 +17,7 @@ SMTP
 smtp
 </server>
 <name>
-SMTP with multiple and invalid (middle) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple and invalid (middle) --mail-rcpt and --mail-rcpt-allowfails
 </name>
 <stdin>
 From: different\r
index 2f829f446c7296e9f0f0fbb4446761535d0c17f7..8fd3330622812a5bd296430b71cfcce87495cc8c 100644 (file)
@@ -17,7 +17,7 @@ SMTP
 smtp
 </server>
 <name>
-SMTP with multiple and invalid (all but one) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple invalid (all but one) --mail-rcpt and --mail-rcpt-allowfails
 </name>
 <stdin>
 From: different\r
index 668c43adc6ec9cda57aaaaeab725ac89f73ff23e..b4210bf4820cc4d62b56abf5df6537be022c2d07 100644 (file)
@@ -32,7 +32,7 @@ local-http
 https test-localhost-san-first.pem
 </server>
 <name>
-HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
+HTTPS localhost, first subaltname matches, CN does not match (Schannel)
 </name>
 <setenv>
 # This test is pointless if we are not using the Schannel backend
index 712e3218d396d0a6d01281c1c19664c0c7c77b65..7e4b5bb6f4d8710a6d57f6e5f2ba17039e32863b 100644 (file)
@@ -32,7 +32,7 @@ local-http
 https test-localhost-san-last.pem
 </server>
 <name>
-HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
+HTTPS localhost, last subaltname matches, CN does not match (Schannel)
 </name>
 <setenv>
 # This test is pointless if we are not using the Schannel backend
index e8f190156aa069f26789359b8dee235a09914377..60fd765b53fde8ffc5cd3d490c4c0ee550207f47 100644 (file)
@@ -22,7 +22,7 @@ ftp
 lib%TESTNUMBER
 </tool>
 <name>
-FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
+FTP wildcard - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
 </name>
 <command>
 ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*
index b0517c14a727f1866665fa2d9c652b2cfa0a6e03..1167417e4387486b976ce3884f8bff53a5b34301 100644 (file)
@@ -23,7 +23,7 @@ http
 HOME=%PWD/%LOGDIR
 </setenv>
 <name>
-IPFS with malformed gateway URL from multiline gateway file, first line no url
+IPFS malformed gw URL from multiline gateway file, first line no url
 </name>
 <command>
 ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
index d0dcb45e4d8df7fddfd1022d9d2c83e48972300c..e092da3904b0982effcc956354077d4bb733d06f 100644 (file)
@@ -25,7 +25,7 @@ REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= A002 NO Not authorized
 imap
 </server>
 <name>
-IMAP plain authentication with alternative authorization identity (Not authorized)
+IMAP plain auth with alt authorization identity (Not authorized)
 </name>
 <command>
 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u kurt:xipj3plmq --sasl-authzid ursel
index dacd1bc864d4379e0a1603ca37a5c474e9abc16e..021b4d52579de5a859be62123c63e3a1e324a21f 100644 (file)
@@ -27,7 +27,7 @@ REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= -ERR Not authorized
 pop3
 </server>
 <name>
-POP3 plain authentication with alternative authorization identity (Not authorized)
+POP3 plain auth with alt authorization identity (Not authorized)
 </name>
 <command>
 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u kurt:xipj3plmq --sasl-authzid ursel
index 0bb6488dd6e00a610862067423e5964905ae9100..b8376669ce59e9f3a80426b6ed979d6f11e968fd 100644 (file)
@@ -26,7 +26,7 @@ REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= 501 Not authorized
 smtp
 </server>
 <name>
-SMTP plain authentication with alternative authorization identity (Not authorized)
+SMTP plain auth with alt authorization identity (Not authorized)
 </name>
 <stdin>
 mail body
index fbe07a0fd7f7b3f8dd0f56f5642b871e4f8f9f1b..9548627b98c6b7eebec312b65e2d73edacfa904a 100644 (file)
@@ -26,7 +26,7 @@ LC_ALL=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 </setenv>
 <name>
-SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
+SMTP VRFY without SMTPUTF8 support - UTF-8 recipient (local part only)
 </name>
 <command>
 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren
index 1687ebbf05f63769fd90e61e84d935cd22e63d7f..f1006a0a66e0a3fc6c23f1879a69a3201cd4e0b9 100644 (file)
@@ -26,7 +26,7 @@ LC_ALL=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 </setenv>
 <name>
-SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
+SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (local part only)
 </name>
 <command>
 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren@example.com
index f6dd8ce75a94f24ee840aa176b099a9f20b366d9..2068d8fc843e1e4841fffb60cd148cb998fcab90 100644 (file)
@@ -27,7 +27,7 @@ LC_ALL=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 </setenv>
 <name>
-SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (host part only)
+SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (host part only)
 </name>
 <command>
 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
index 06dbf3201aec6c5e7d3abeba208fd89d32b83b6c..5d3bae7b566c515c36b24a01165d2e8e27c531d8 100644 (file)
@@ -27,7 +27,7 @@ LC_ALL=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 </setenv>
 <name>
-SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
+SMTP without SMTPUTF8 support (IDN) - UTF-8 recipient (host part only)
 </name>
 <stdin>
 From: different\r
index 8963856485ce12bf434d016fe5dbb679e343b10f..12c312eccda4c25d239962bce7e16794d7b76c5e 100644 (file)
@@ -28,7 +28,7 @@ LC_ALL=en_US.UTF-8
 LC_CTYPE=en_US.UTF-8
 </setenv>
 <name>
-SMTP external VRFY without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
+SMTP external VRFY without SMTPUTF8 (IDN) - UTF-8 recipient (host part)
 </name>
 <command>
 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se