/[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

Annotation of /trunk/t/1_nos.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (hide annotations)
Mon May 16 21:54:41 2005 UTC (19 years ago) by dpavlin
File MIME type: application/x-troff
File size: 379 byte(s)
added new method, more strict checking for lists in structure, refactored code a bit

1 dpavlin 20 #!/usr/bin/perl -w
2    
3     use strict;
4     use blib;
5    
6 dpavlin 29 use Test::More tests => 4;
7 dpavlin 24 BEGIN { use_ok('Nos') };
8 dpavlin 20
9 dpavlin 24 ok(my $nos = new Nos('dsn' => 'dbi:Pg:dbname=notices'), "new");
10 dpavlin 25
11     ok($nos->add_member_to_list( list => 'My list', email => 'foo@example.com' ), "add_member_to_list");
12 dpavlin 29
13     ok($nos->add_message_to_list( list => 'My list', message => 'Subject: test\nJust a test' ), "add_message_to_list");

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26