mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08: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,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…
Reference in New Issue
Block a user