X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F06_mail_handling.t;h=9489af01a3d8407ecc81a141ae6ff26511ab9eb0;hb=45f1672bfee50ef8c2ec5938979ee409c5c3db87;hp=1cc842c2b378716e57a2dcd5bf032f47b427bff3;hpb=f6ab68a65d92f4088bee34f1a45dd09ced4445ba;p=debbugs.git diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index 1cc842c..9489af0 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 => 126; use warnings; use strict; @@ -208,6 +208,11 @@ my @control_commands = status_key => 'owner', status_value => 'foo@bar.com', }, + owner_replyto => {command => 'owner', + value => '!', + status_key => 'owner', + status_value => 'foo@bugs.something', + }, noowner => {command => 'noowner', value => '', status_key => 'owner', @@ -259,6 +264,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',