Skip to content

Commit

Permalink
rename Plack::Test to Plack::Test::Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Oct 13, 2009
1 parent 02b3536 commit b1c4694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/Plack-Server/danga_socket.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use Test::More;
use Test::Requires qw(Danga::Socket Danga::Socket::Callback HTTP::Parser::XS);

use Plack;
use Plack::Test;
$Plack::Test::BaseDir = "$FindBin::Bin/..";
use Plack::Test::Suite;
$Plack::Test::Suite::BaseDir = "$FindBin::Bin/..";

Plack::Test->run_server_tests('Danga::Socket');
Plack::Test::Suite->run_server_tests('Danga::Socket');
done_testing();

0 comments on commit b1c4694

Please sign in to comment.