[Bps-public-commit] r18153 - Test-HTTP-Server-Simple-StashWarnings/trunk/t
alexmv at bestpractical.com
alexmv at bestpractical.com
Tue Feb 3 13:34:02 EST 2009
Author: alexmv
Date: Tue Feb 3 13:34:01 2009
New Revision: 18153
Modified:
Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t
Log:
* handle_request should return some content, or mech gets sad
Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t (original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t Tue Feb 3 13:34:01 2009
@@ -42,6 +42,7 @@
if ($cgi->path_info eq '/warn') {
warn "We're out of toilet paper sir!";
}
+ print "Here's the content!";
}
sub test_warning_path { "/__test_warnings" }
More information about the Bps-public-commit
mailing list