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

« back to all changes in this revision

Viewing changes to tests/data/test77

  • 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:
26
26
HTTP with -z "older date"
27
27
 </name>
28
28
 <command>
29
 
http://%HOSTIP:%HOSTPORT/77 -z "1999-12-12 12:00:00 MET"
 
29
http://%HOSTIP:%HTTPPORT/77 -z "dec 12 12:00:00 1999 GMT"
30
30
</command>
31
31
</client>
32
32
 
38
38
</strip>
39
39
<protocol>
40
40
GET /77 HTTP/1.1
41
 
Host: 127.0.0.1:8999
 
41
Host: 127.0.0.1:%HTTPPORT
42
42
Pragma: no-cache
43
43
Accept: */*
44
 
If-Modified-Since: Sun, 12 Dec 1999 11:00:00 GMT
 
44
If-Modified-Since: Sun, 12 Dec 1999 12:00:00 GMT
45
45
 
46
46
</protocol>
47
47
</verify>