diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-20 12:00:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-20 12:33:03 +0100 |
commit | ce75c68071fc362b986cdc1b64695f50f9c2bf72 (patch) | |
tree | abbe4a7b77c3a4421f9bf075a4cdb885e7cbc4e0 /t/app/controller/report_display.t | |
parent | 0a2075c106083b6b3b7c8b37b04df9b155aed1fb (diff) |
default add_alerts to on
Diffstat (limited to 't/app/controller/report_display.t')
-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 7be9f387e..aa7e507d9 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -113,7 +113,7 @@ subtest "test a good report" => sub { name => '', rznvy => '', update => '', - add_alert => undef, + add_alert => 1, # defaults to true fixed => undef ); is $update_form->value($_), $fields{$_}, "$_ value" for keys %fields; |