Show
Ignore:
Timestamp:
11/23/06 18:16:51 (5 years ago)
Author:
nick
Message:

Add a missing /m, which meant the test didn't work with all versions of LWP

Files:
1 modified

Legend:

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

    r357 r361  
    6767# Check they requested the right thing 
    6868like( $req[0], qr/^GET \/url=http:\/\/wiki.org\/TestNode/, "Did right get" ); 
    69 like( $req[2], qr/^Host: localhost:112233/, "Correct http/1.1 host" ); 
     69like( $req[2], qr/^Host: localhost:112233/m, "Correct http/1.1 host" ); 
    7070 
    7171# Send them an OK