X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=t%2F07_bugreport.t;h=78d89b1d0e1c060442b11793eaa831589476e40a;hp=80dfc9220f85150007388a7340ce0b575d043eee;hb=6872923378dd43f8998da52f8cc8e5502266dd81;hpb=8e8eb43880421931c57b44123a1684f247011934 diff --git a/t/07_bugreport.t b/t/07_bugreport.t index 80dfc92..78d89b1 100644 --- a/t/07_bugreport.t +++ b/t/07_bugreport.t @@ -1,7 +1,7 @@ # -*- mode: cperl;-*- -use Test::More tests => 14; +use Test::More tests => 16; use warnings; use strict; @@ -101,6 +101,10 @@ my @control_commands = value => 'https://foo.invalid/bugs?id=1', regex => qr{Set bug forwarded-to-address to 'https://foo\.invalid/bugs\?id=1'\.}, }, + forwarded_foo_2 => {command => 'forwarded', + value => 'https://foo.example/bugs?id=1', + regex => qr{Changed bug forwarded-to-address to 'https://foo\.example/bugs\?id=1' from 'https://foo\.invalid/bugs\?id=1'\.}, + }, clone => {command => 'clone', value => '-1', regex => qr{Bug 1 cloned as bug 2},