~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/data/test2

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
HTTP GET with user and password
22
22
 </name>
23
23
 <command>
24
 
 -u fake:user http://%HOSTIP:%HOSTPORT/2
 
24
 -u fake:user http://%HOSTIP:%HTTPPORT/2
25
25
</command>
26
26
</test>
27
27
 
34
34
<protocol>
35
35
GET /2 HTTP/1.1
36
36
Authorization: Basic ZmFrZTp1c2Vy
37
 
Host: 127.0.0.1:8999
 
37
Host: 127.0.0.1:%HTTPPORT
38
38
Pragma: no-cache
39
39
Accept: */*
40
40