Commit 00175876 authored by Fabian Keil's avatar Fabian Keil Committed by Daniel Stenberg
Browse files

tests: add keywords for a couple of HTTP tests

parent 2f06265e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP POST
--data-urlencode
</keywords>
</info>
+7 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>

# Server-side
<reply>
<data>
+8 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP GET
--fail
</keywords>
</info>

# Server-side
<reply>
<data nocheck="yes">
+8 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP PUT
--anyauth
</keywords>
</info>

# Server-side
<reply>
<data>
+8 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP GET
--anyauth
</keywords>
</info>

# Server-side
<reply>
<data>
Loading