Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cowholio4 committed Jul 17, 2011
1 parent 9057800 commit 3885b81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/02-log_to_screen.t
@@ -1,16 +1,19 @@
use strict;
use warnings;

use Test::More;
use Test::More tests => 2;

use lib '../lib/';
BEGIN { use_ok( 'Log::Log4perl::Layout::GELF' ); }
BEGIN { use_ok( 'Log::Log4perl' ); }


_init_logger();

done_testing(2);



sub _init_logger
{

Expand Down

0 comments on commit 3885b81

Please sign in to comment.