--- trunk/t/1_load.t 2005/05/15 21:19:26 20 +++ trunk/t/1_load.t 2005/05/15 22:30:54 24 @@ -3,6 +3,7 @@ use strict; use blib; -use Test::More tests => 1; -BEGIN { use_ok('Notices') }; +use Test::More tests => 2; +BEGIN { use_ok('Nos') }; +ok(my $nos = new Nos('dsn' => 'dbi:Pg:dbname=notices'), "new");