~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/FILEFORMAT

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
section.  Validating the entire negotiation sequence can be done by
76
76
specifying a datacheck section.
77
77
</dataNUM>
 
78
<connect>
 
79
The connect section is used instead of the 'data' for all CONNECT
 
80
requests. The remainder of the rules for the data section then apply but with
 
81
a connect prefix.
 
82
</connect>
78
83
<datacheck [nonewline="yes"]>
79
84
if the data is sent but this is what should be checked afterwards. If
80
85
'nonewline' is set, we will cut off the trailing newline of this given data
191
196
debug
192
197
TLS-SRP
193
198
Metalink
 
199
TrackMemory
194
200
 
195
201
as well as each protocol that curl supports.  A protocol only needs to be
196
202
specified if it is different from the server (useful when the server
246
252
number (N) will be used by the test-server to load test case N and return the
247
253
data that is defined within the <reply><data></data></reply> section.
248
254
 
249
 
If a CONNECT is used to the server (to emulate HTTPS etc over proxy), the port
250
 
number given in the CONNECT request will be used to identify which test that
251
 
is being run, if the proxy host name is said to start with 'test'.
 
255
If there's no test number found above, the HTTP test server will use the
 
256
number following the last dot in the given hostname (made so that a CONNECT
 
257
can still pass on test number) so that "foo.bar.123" gets treated as test case
 
258
123.
252
259
 
253
260
Set type="perl" to write the test case as a perl script. It implies that
254
261
there's no memory debugging and valgrind gets shut off for this test.