~ubuntu-branches/ubuntu/lucid/varnish/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2010-03-24 13:26:08 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324132608-4uzkavctn26bdwyi
Tags: 2.1.0-1
* New upstream version
* Fix small error in man/vcl.7so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: b00017.vtc 3300 2008-10-15 09:52:15Z tfheen $
 
1
# $Id: b00017.vtc 4499 2010-01-27 21:45:52Z phk $
2
2
 
3
3
test "Check that we close one error"
4
4
 
5
5
varnish v1 -vcl { 
6
6
        backend foo {
7
 
                .host = "127.0.0.2";
8
 
                .port = "9080";
 
7
                .host = "${bad_ip}"; .port = "9080";
9
8
        }
10
9
        sub vcl_recv {
11
10
                error 888;