~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to tests/data/test1304

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-05-02 19:12:31 UTC
  • mfrom: (3.4.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110502191231-1hiklg06nzo62ws8
Tags: 7.21.6-1ubuntu1
* Merge from debian unstable (LP: #775794), remaining changes:
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
unittest
 
5
netrc
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Client-side
 
11
<client>
 
12
<server>
 
13
none
 
14
</server>
 
15
<features>
 
16
unittest
 
17
</features>
 
18
 <name>
 
19
netrc parsing unit tests
 
20
 </name>
 
21
<tool>
 
22
unit1304
 
23
</tool>
 
24
<file name="log/netrc">
 
25
machine example.com login admin password passwd
 
26
machine curl.example.com login none password none
 
27
</file>
 
28
</client>
 
29
 
 
30
</testcase>