mirror of
https://github.com/curl/curl.git
synced 2026-06-03 01:54:17 +03:00
30 lines
414 B
XML
30 lines
414 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
urlapi
|
|
</keywords>
|
|
</info>
|
|
|
|
<client>
|
|
|
|
<name>
|
|
curl_url_set() a URL without guessing a scheme
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
|
|
<command>
|
|
http://%HOSTIP:%NOLISTENPORT/not-there/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout mode="text">
|
|
URL http://a.b/x
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|