~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to bin/varnishtest/tests/b00030.vtc

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: b00030.vtc 4554 2010-02-12 11:25:46Z phk $
 
1
# $Id$
 
2
# We can't test the value of x-timestamp, but this should fail
 
3
# if we can't set the header at all.
2
4
 
3
5
test "Test formatting of timestamps"
4
6
 
11
13
        sub vcl_recv {
12
14
                error 200 req.grace;
13
15
        }
 
16
        sub vcl_error {
 
17
                set obj.http.x-timestamp = now;
 
18
        }
14
19
} -start
15
20
 
16
21
client c1 {