diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-15 19:58:00 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-15 19:59:51 +0100 |
commit | 1700668d783220957a2ad0d1f4f963be58b687f7 (patch) | |
tree | b38fa3310b60e9e2b6b2c981c05fccc2a55c6b49 /tests/FILEFORMAT | |
parent | a8f93d4efc07cd445843b5bc82a3b38653744868 (diff) | |
download | curl-1700668d783220957a2ad0d1f4f963be58b687f7.tar.gz |
tests: add #96 #558 and #1330
These verfy that the 'memory tracking' subsystem is actually doing its
job when using curl tool (#96), a test in libtest (#558) and also a unit
test (#1330), in order to prevent regressions in this functionallity.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 96cd5c807..0029a8eec 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -191,6 +191,7 @@ unittest debug TLS-SRP Metalink +TrackMemory as well as each protocol that curl supports. A protocol only needs to be specified if it is different from the server (useful when the server @@ -250,7 +251,7 @@ If a CONNECT is used to the server (to emulate HTTPS etc over proxy), the port number given in the CONNECT request will be used to identify which test that is being run, if the proxy host name is said to start with 'test'. -If there's no non-zero test number found in the above to places, the HTTP test +If there's no non-zero test number found in the above two places, the HTTP test server will use the number following the last dot in the given url so that "foo.bar.123" gets treated as test case 123. |