[Bps-public-commit] Prophet branch, master, updated. 0.743-22-g5d5ec19
Shawn Moore
sartak at bestpractical.com
Mon Oct 18 01:34:10 EDT 2010
The branch, master has been updated
via 5d5ec19d98e09e49ad368d7b0cf3eaa9d9016579 (commit)
from 1b6937262d6424bb7b4d0751f5d1a4a2cb6c3bd4 (commit)
Summary of changes:
t/resty-server.t | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5d5ec19d98e09e49ad368d7b0cf3eaa9d9016579
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Oct 18 14:33:38 2010 +0900
Skip if we don't have Test::HTTP::Server::Simple
diff --git a/t/resty-server.t b/t/resty-server.t
index 052ce82..4fcfd5f 100644
--- a/t/resty-server.t
+++ b/t/resty-server.t
@@ -10,7 +10,8 @@ BEGIN {
use Prophet::Test;
BEGIN {
- eval {require Test::WWW::Mechanize; } || plan skip_all => "This test file requirs Test::WWW::Mechanize";
+ eval { require Test::WWW::Mechanize; require Test::HTTP::Server::Simple }
+ || plan skip_all => "This test file requires Test::WWW::Mechanize and Test::HTTP::Server::Simple";
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list