cvs commit: qpsmtpd/t qpsmtpd-address.t
[email protected] (Ask "Bj?rn" Hansen)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/11/15 18:07:40
Modified: . MANIFEST
t qpsmtpd-address.t
Log:
fix test (thanks John & Peter)
update MANIFEST to not include files that are not included :-)
Revision Changes Path
1.2 +0 -3 qpsmtpd/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /cvs/public/qpsmtpd/MANIFEST,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MANIFEST 5 Sep 2004 16:45:05 -0000 1.1
+++ MANIFEST 16 Nov 2004 02:07:39 -0000 1.2
@@ -8,13 +8,11 @@
config/require_resolvable_fromhost
config/rhsbl_zones
CREDITS
-lib/Danga/Socket.pm
lib/Qpsmtpd.pm
lib/Qpsmtpd/Address.pm
lib/Qpsmtpd/Auth.pm
lib/Qpsmtpd/Connection.pm
lib/Qpsmtpd/Constants.pm
-lib/Qpsmtpd/DNS.pm
lib/Qpsmtpd/Plugin.pm
lib/Qpsmtpd/Postfix.pm
lib/Qpsmtpd/SelectServer.pm
@@ -38,7 +36,6 @@
plugins/content_log
plugins/count_unrecognized_commands
plugins/dnsbl
-plugins/fprot_scan
plugins/http_config
plugins/ident/geoip
plugins/ident/p0f
1.7 +1 -1 qpsmtpd/t/qpsmtpd-address.t
Index: qpsmtpd-address.t
===================================================================
RCS file: /cvs/public/qpsmtpd/t/qpsmtpd-address.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qpsmtpd-address.t 9 Nov 2004 15:25:51 -0000 1.6
+++ qpsmtpd-address.t 16 Nov 2004 02:07:39 -0000 1.7
@@ -71,7 +71,7 @@
ok ($ao, "new $as");
is ($ao->format, $as, "format $as");
-$as = '[email protected]';
+$as = '<[email protected]>';
ok ($ao = Qpsmtpd::Address->parse($as), "parse $as");
is ($ao && $ao->address, $as, "address $as");