]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
Add support for outlook in control
[debbugs.git] / t / 06_mail_handling.t
index 1cc842c2b378716e57a2dcd5bf032f47b427bff3..cc37feb35ede4248c3b70f52b59ea86f68dfa2ed 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 => 117;
+use Test::More tests => 123;
 
 use warnings;
 use strict;
@@ -259,6 +259,16 @@ my @control_commands =
                       status_key => 'summary',
                       status_value => '',
                      },
+      outlook      => {command => 'outlook',
+                      value   => '5',
+                      status_key => 'outlook',
+                      status_value => 'This is a silly bug',
+                     },
+      nooutlook    => {command => 'outlook',
+                      value   => '',
+                      status_key => 'outlook',
+                      status_value => '',
+                     },
       affects      => {command => 'affects',
                       value   => 'foo',
                       status_key => 'affects',