/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1565
45 строк
527 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> HTTP HTTP GET multi multi-threaded wakeup </keywords> </info> # Server-side <reply> <data nocheck="yes"> HTTP/1.1 200 OK Content-Length: 3 OK </data> </reply> # Client-side <client> <features> wakeup </features> <server> http </server> <tool> lib%TESTNUMBER </tool> <name> wakeup from another thread </name> <command> http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> </verify> </testcase>