]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
add affects support and tests for affects
[debbugs.git] / t / 06_mail_handling.t
index b188a99e407a616c29075f96f4197be287d03430..857c97c1d1b668a9228336546356672f442c32b1 100644 (file)
@@ -1,7 +1,7 @@
 # -*- mode: cperl;-*-
 # $Id: 05_mail.t,v 1.1 2005/08/17 21:46:17 don Exp $
 
-use Test::More tests => 72;
+use Test::More tests => 78;
 
 use warnings;
 use strict;
@@ -206,6 +206,16 @@ my @control_commands =
                       status_key => 'summary',
                       status_value => '',
                      },
+      affects      => {command => 'affects',
+                      value   => 'foo',
+                      status_key => 'affects',
+                      status_value => 'foo',
+                     },
+      noaffects    => {command => 'affects',
+                      value   => '',
+                      status_key => 'affects',
+                      status_value => '',
+                     },
       close        => {command => 'close',
                       value   => '',
                       status_key => 'done',