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

Contents of /trunk/t/1_nos.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations)
Mon May 16 22:04:40 2005 UTC (18 years, 11 months ago) by dpavlin
File MIME type: application/x-troff
File size: 467 byte(s)
make tests pass

1 #!/usr/bin/perl -w
2
3 use strict;
4 use blib;
5
6 use Test::More tests => 5;
7
8 BEGIN { use_ok('Nos') };
9
10 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");
15
16 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