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

« back to all changes in this revision

Viewing changes to tests/data/test557

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-8xjr3o2sgce5s4bg
Tags: 7.19.4-1
* New upstream release
* Fix "newer bdb version" <explain what you changed and why> 
  (Closes: #517277)
* resolve libtool version confusion, thanks to 
  Stefanos Harhalakis <v13@v13.gr>
* add new dependency on libgcrypt11-dev due to newly arising binary symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
#
 
3
# Server-side
 
4
<reply>
 
5
</reply>
 
6
 
 
7
# Client-side
 
8
<client>
 
9
<server>
 
10
none
 
11
</server>
 
12
# tool is what to use instead of 'curl'
 
13
<tool>
 
14
lib557
 
15
</tool>
 
16
 
 
17
<name>
 
18
curl_mprintf() testing
 
19
</name>
 
20
<command>
 
21
nothing
 
22
</command>
 
23
</client>
 
24
 
 
25
#
 
26
# Verify data after the test has been "shot"
 
27
<verify>
 
28
<stdout mode="text">
 
29
All curl_mprintf() unsigned int tests OK!
 
30
All curl_mprintf() signed int tests OK!
 
31
All curl_mprintf() unsigned long tests OK!
 
32
All curl_mprintf() signed long tests OK!
 
33
All curl_mprintf() curl_off_t tests OK!
 
34
</stdout>
 
35
</verify>
 
36
 
 
37
</testcase>