Show
Ignore:
Timestamp:
12/05/06 18:34:55 (5 years ago)
Author:
dom
Message:

Really fix the test (closes #17)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-plugin-ping/t/02_call.t

    r361 r363  
    6666 
    6767# Check they requested the right thing 
     68my $allreq = join "\n", @req; 
    6869like( $req[0], qr/^GET \/url=http:\/\/wiki.org\/TestNode/, "Did right get" ); 
    69 like( $req[2], qr/^Host: localhost:112233/m, "Correct http/1.1 host" ); 
     70like( $allreq, qr/^Host: localhost:112233/m, "Correct http/1.1 host" ); 
    7071 
    7172# Send them an OK