X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F06_mail_handling.t;h=cc37feb35ede4248c3b70f52b59ea86f68dfa2ed;hb=fbf96e721f2ccf58041ccfe687ab2f1c9b7af4b0;hp=1cc842c2b378716e57a2dcd5bf032f47b427bff3;hpb=251c87a921b1eebc5fb8de1ce796eaa78df2f190;p=debbugs.git diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index 1cc842c..cc37feb 100644 --- a/t/06_mail_handling.t +++ b/t/06_mail_handling.t @@ -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',