mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
test: make unittest 1308 into a libtest
Test 1308 was wrongly marked a unit test when in reality it is a libtest. Closes #16891
This commit is contained in:
parent
202a333e4d
commit
1d84d683bb
7 changed files with 18 additions and 31 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
curl_formadd
|
||||
curl_formget
|
||||
FORM
|
||||
|
|
@ -12,7 +11,6 @@ FORM
|
|||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
unittest
|
||||
http
|
||||
form-api
|
||||
</features>
|
||||
|
|
@ -20,8 +18,11 @@ form-api
|
|||
none
|
||||
</server>
|
||||
<name>
|
||||
formpost unit tests
|
||||
formpost tests
|
||||
</name>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
<command>
|
||||
%LOGDIR/test-%TESTNUMBER
|
||||
</command>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue