mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:05:56 +08:00
- add more unusual input cases - add a valid non-http protocol - fix tests so an input that should be stripped but isn't is a failure - fix detection of when stripcredentials() would be available to test - avoid using a NULL pointer Closes #17304
28 lines
278 B
Plaintext
28 lines
278 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
stripcredentials
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
https
|
|
pop3s
|
|
</features>
|
|
<name>
|
|
unit tests for stripcredentials from URL
|
|
</name>
|
|
<tool>
|
|
tool%TESTNUMBER
|
|
</tool>
|
|
</client>
|
|
</testcase>
|