diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-21 16:24:35 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-21 16:24:35 +0000 |
commit | 3d3cbcee61636734200fafb5f91d68e3cbaee20a (patch) | |
tree | dd57fec96fe81457bcf298ebf62918f9f7aaa99f /t/app/controller/report_display.t | |
parent | ce9afa6c9e362e84dbdb46fffcdc47a4c3185ad5 (diff) | |
parent | 2fe8c928d8d8acbd19f0f5243e92c0a5efd62456 (diff) |
Merge branch 'bromley-internal-referral'
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 82c98dc5c..aa04e499b 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -307,6 +307,14 @@ for my $test ( fixed => 0 }, { + description => 'internal referral report', + date => DateTime->now, + state => 'internal referral', + banner_id => 'closed', + banner_text => 'closed', + fixed => 0 + }, + { description => 'closed report', date => DateTime->now, state => 'closed', |