mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
test1900: verify duphandle with HSTS using multiple files
Closes #12315
This commit is contained in:
parent
26e5424ca8
commit
7cb03229d9
4 changed files with 97 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ test1700 test1701 test1702 test1703 \
|
|||
\
|
||||
test1800 test1801 \
|
||||
\
|
||||
test1903 test1904 test1905 test1906 test1907 \
|
||||
test1900 test1903 test1904 test1905 test1906 test1907 \
|
||||
test1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \
|
||||
test1916 test1917 test1918 test1919 \
|
||||
\
|
||||
|
|
|
|||
38
tests/data/test1900
Normal file
38
tests/data/test1900
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
HSTS
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
HSTS
|
||||
http
|
||||
</features>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
|
||||
<name>
|
||||
HSTS curl_easy_duphandle
|
||||
</name>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
|
||||
<command>
|
||||
http://%HOSTIP:%NOLISTENPORT/not-there/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
</verify>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue