diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-12 16:38:59 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-12 16:38:59 +0000 |
commit | e9ed87041e8c99cf069396cf2f452f1e1c7cd54f (patch) | |
tree | baea7c971e9eb5a2797eff918e2fb3b0d40958aa /t/app/controller/admin.t | |
parent | c23302e01032290ddea83bee185f32c283c0362e (diff) | |
parent | 8aa957eea589c593aa8f602a208370914d99a98d (diff) |
Merge remote branch 'origin/master'
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r-- | t/app/controller/admin.t | 2 |
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; |