/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1590
53 строки
698 B
Viktor Szakats
tests/data: add XML prolog to test files
12 дек 2025, 19:17
Не верифицирован
12 дек 2025, 19:17
b5ea073
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> IMAP Clear Text FETCH </keywords> </info> # Server-side <reply> <data crlf="yes"> From: me@somewhere To: fake@nowhere body -- yours sincerely </data> <datacheck> </datacheck> <servercmd> </servercmd> </reply> # Client-side <client> <features> Mime </features> <server> imap </server> <name> IMAP cleanup before a connection was created </name> # tool is what to use instead of 'curl' <tool> lib1553 </tool> # it is important this uses a hostname that resolves successfully <command> imap://localhost:%IMAPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> </verify> </testcase>