aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-12 16:38:59 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-12 16:38:59 +0000
commite9ed87041e8c99cf069396cf2f452f1e1c7cd54f (patch)
treebaea7c971e9eb5a2797eff918e2fb3b0d40958aa /t/app/controller
parentc23302e01032290ddea83bee185f32c283c0362e (diff)
parent8aa957eea589c593aa8f602a208370914d99a98d (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/admin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index beeb6c9c1..0a6f09585 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -947,7 +947,7 @@ subtest 'hiding comment marked as fixed reopens report' => sub {
$update->mark_fixed( 1 );
$update->update;
- $report->state('fixed');
+ $report->state('fixed - user');
$report->update;