]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
* remove debugging code in pkgreport.cgi that snuck in
[debbugs.git] / t / 06_mail_handling.t
index 4f8e89d9396be86610286fd418fa741872ce3076..959b80208aea11b9d1d261459cdfbfe35444f20e 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 => 52;
+use Test::More tests => 64;
 
 use warnings;
 use strict;
@@ -155,6 +155,26 @@ my @control_commands =
                             status_key => 'fixed_versions',
                             status_value => [],
                            },
+      'found_1.0~5+1b2'  => {command => 'found',
+                            value   => '1.0~5+1b2',
+                            status_key => 'found_versions',
+                            status_value => ['1.0~5+1b2'],
+                           },
+      'fixed_1.2'        => {command => 'fixed',
+                            value   => '1.2',
+                            status_key => 'fixed_versions',
+                            status_value => ['1.2'],
+                           },
+      close              => {command => 'close',
+                            value   => '',
+                            status_key => 'done',
+                            status_value => 'foo@bugs.something',
+                           },
+      'found_1.3'        => {command => 'found',
+                            value   => '1.3',
+                            status_key => 'done',
+                            status_value => '',
+                           },
       submitter_foo      => {command => 'submitter',
                             value   => 'foo@bar.com',
                             status_key => 'originator',