[Bps-public-commit] Prophet branch, master, updated. 0.743-35-g76afde8

Christine Spang spang at bestpractical.com
Wed Jan 5 19:31:56 EST 2011


The branch, master has been updated
       via  76afde8b9f17afd83273acdb7393c92a90442df9 (commit)
      from  396c77809dc0575025404b1c8a96a71f7024424d (commit)

Summary of changes:
 t/resty-server.t |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 76afde8b9f17afd83273acdb7393c92a90442df9
Author: Christine Spang <christine at debian.org>
Date:   Thu Jan 6 00:31:48 2011 +0000

    fix t/resty-server.t to pass in app_handle on server instantiation

diff --git a/t/resty-server.t b/t/resty-server.t
index 4fcfd5f..349b9cf 100644
--- a/t/resty-server.t
+++ b/t/resty-server.t
@@ -23,11 +23,10 @@ use_ok('Prophet::Record');
 
 my $ua  = Test::WWW::Mechanize->new();
 my $cli = Prophet::CLI->new();
-my $s   = Prophet::TestServer->new();
 
 $cli->handle()->initialize;
 
-$s->app_handle( $cli->app_handle );
+my $s = Prophet::TestServer->new( app_handle => $cli->app_handle );
 
 my $url_root = $s->started_ok("start up my web server");
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list