/[notice-sender]/trunk/t/1_nos.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_nos.t

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

revision 30 by dpavlin, Mon May 16 21:54:41 2005 UTC revision 31 by dpavlin, Mon May 16 22:04:40 2005 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 4;  use Test::More tests => 5;
7    
8  BEGIN { use_ok('Nos') };  BEGIN { use_ok('Nos') };
9    
10  ok(my $nos = new Nos('dsn' => 'dbi:Pg:dbname=notices'), "new");  ok(my $nos = new Nos('dsn' => 'dbi:Pg:dbname=notices'), "new");
11    
12    ok($nos->_add_list( list => 'My list', email => 'my-list@example.com'), "_add_list");
13    
14  ok($nos->add_member_to_list( list => 'My list', email => 'foo@example.com' ), "add_member_to_list");  ok($nos->add_member_to_list( list => 'My list', email => 'foo@example.com' ), "add_member_to_list");
15    
16  ok($nos->add_message_to_list( list => 'My list', message => 'Subject: test\nJust a test' ), "add_message_to_list");  ok($nos->add_message_to_list( list => 'My list', message => 'Subject: test\nJust a test' ), "add_message_to_list");

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26