mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:27:28 +03:00
test2600: fix the description
It looks like it was cut-and-pasted. Closes #11354
This commit is contained in:
parent
96e4d6809c
commit
47c04d7136
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
llist
|
||||
cfilter
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ debug
|
|||
http
|
||||
</features>
|
||||
<name>
|
||||
llist unit tests
|
||||
connection filter connect/destroy unit tests
|
||||
</name>
|
||||
</client>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -347,7 +347,7 @@ static void test_connect(struct test_case *tc)
|
|||
|
||||
/*
|
||||
* How these test cases work:
|
||||
* - replace the creation of the TCP socket filter with out test filter
|
||||
* - replace the creation of the TCP socket filter with our test filter
|
||||
* - test filter does nothing and reports failure after configured delay
|
||||
* - we feed addresses into the resolve cache to simulate different cases
|
||||
* - we monitor how many instances of ipv4/v6 attempts are made and when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue