From 9fb130a0ab1bd36e977439b7697fba5fec5b1f00 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 13 Dec 2012 15:48:48 +0000 Subject: Rename council column to bodies_str, and all the related code. --- t/app/controller/report_display.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/app/controller/report_display.t') diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 39f1b59a7..b20fe4077 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -377,7 +377,7 @@ for my $test ( $user->update; $report->discard_changes; - $report->council( $test->{report_council} ); + $report->bodies_str( $test->{report_council} ); $report->update; $mech->get_ok("/report/$report_id"); @@ -391,7 +391,7 @@ for my $test ( } $report->discard_changes; -$report->council( 2504 ); +$report->bodies_str( 2504 ); $report->update; # tidy up -- cgit v1.2.3