From aa1b31d659cf2f988ac5b9c1cc06dba9d866c3db Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 11 Jan 2012 10:01:52 +0000 Subject: Fix bug in admin interface deleting a mark-fixed comment. --- t/app/controller/admin.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller/admin.t') 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; -- cgit v1.2.3