]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
* Add the summary feature
[debbugs.git] / t / 06_mail_handling.t
index ccf1ee7924e8abdfd0450bbe802b61431caf0855..b188a99e407a616c29075f96f4197be287d03430 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 => 66;
+use Test::More tests => 72;
 
 use warnings;
 use strict;
@@ -196,6 +196,16 @@ my @control_commands =
                       status_key => 'owner',
                       status_value => '',
                      },
+      summary      => {command => 'summary',
+                      value   => '5',
+                      status_key => 'summary',
+                      status_value => 'This is a silly bug',
+                     },
+      nosummary    => {command => 'summary',
+                      value   => '',
+                      status_key => 'summary',
+                      status_value => '',
+                     },
       close        => {command => 'close',
                       value   => '',
                       status_key => 'done',