diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-16 12:40:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-16 12:40:39 +0100 |
commit | 4d40d4632325a999b66dee1db36841dfeb60bcda (patch) | |
tree | dd639360d3c5ba84efb8e33a0a56fb2fcb3d7804 /t/app/controller | |
parent | c9773705e4c611363474144f69182ad421187242 (diff) |
rename will not fix to closed
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_display.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index d20774560..5c66200c8 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -254,7 +254,7 @@ for my $test ( { description => 'closed report', date => DateTime->now, - state => 'will not fix', + state => 'closed', banner_id => '', banner_text => '', fixed => 0 |