[Rt-commit] rt branch, 4.0/plack-test-server-name-fix, created. rt-4.0.1rc1-8-g5894965

? sunnavy sunnavy at bestpractical.com
Wed Jun 8 09:55:43 EDT 2011


The branch, 4.0/plack-test-server-name-fix has been created
        at  5894965c66847025656e677e0ead7177eb754455 (commit)

- Log -----------------------------------------------------------------
commit 5894965c66847025656e677e0ead7177eb754455
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jun 8 16:11:28 2011 +0800

    we don't set arguments when calling RT::Test->started_ok

diff --git a/lib/RT/Test.pm b/lib/RT/Test.pm
index b468aae..e4933c2 100644
--- a/lib/RT/Test.pm
+++ b/lib/RT/Test.pm
@@ -1286,7 +1286,7 @@ sub start_plack_server {
             unless $handled;
         push @SERVERS, $pid;
         my $Tester = Test::Builder->new;
-        $Tester->ok(1, @_);
+        $Tester->ok(1, 'plack test server ok');
 
         __reconnect_rt();
         return ("http://localhost:$port", RT::Test::Web->new);

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


More information about the Rt-commit mailing list