cvs commit: qpsmtpd/t qpsmtpd-address.t
[email protected] (Matt Sergeant)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/09/05 09:32:35
Modified: t qpsmtpd-address.t
Log:
Only 20 tests defined.
Revision Changes Path
1.4 +1 -1 qpsmtpd/t/qpsmtpd-address.t
Index: qpsmtpd-address.t
===================================================================
RCS file: /cvs/public/qpsmtpd/t/qpsmtpd-address.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- qpsmtpd-address.t 16 Jul 2004 02:51:39 -0000 1.3
+++ qpsmtpd-address.t 5 Sep 2004 16:32:35 -0000 1.4
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 21;
+use Test::More tests => 20;
BEGIN {
use_ok('Qpsmtpd::Address');