Changeset 361 for wiki-toolkit-plugin-ping/t/02_call.t
- Timestamp:
- 11/23/06 18:16:51 (5 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit-plugin-ping/t/02_call.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-ping/t/02_call.t
r357 r361 67 67 # Check they requested the right thing 68 68 like( $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" );69 like( $req[2], qr/^Host: localhost:112233/m, "Correct http/1.1 host" ); 70 70 71 71 # Send them an OK
