/[notice-sender]/trunk/t/1_load.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/1_load.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Sun May 15 22:30:54 2005 UTC revision 25 by dpavlin, Mon May 16 13:52:43 2005 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 2;  use Test::More tests => 3;
7  BEGIN { use_ok('Nos') };  BEGIN { use_ok('Nos') };
8    
9  ok(my $nos = new Nos('dsn' => 'dbi:Pg:dbname=notices'), "new");  ok(my $nos = new Nos('dsn' => 'dbi:Pg:dbname=notices'), "new");
10    
11    ok($nos->add_member_to_list( list => 'My list', email => 'foo@example.com' ), "add_member_to_list");

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26