diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-02 01:05:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-02 01:05:00 +0000 |
commit | 55409fb82ab2d75216255f77938632cb54d47fef (patch) | |
tree | d649b234d9fb9b8ef32a7ba85ca7192dbaf30670 /t/map | |
parent | 7b373378a67a760e5486393c031cb1d9ac265df1 (diff) |
Get test suite all passing again, and fix bug displaying partial photo and my stupid use of c as a variable.
Diffstat (limited to 't/map')
-rw-r--r-- | t/map/tilma/original.t | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/t/map/tilma/original.t b/t/map/tilma/original.t index 3add7719e..04c4d578c 100644 --- a/t/map/tilma/original.t +++ b/t/map/tilma/original.t @@ -56,31 +56,31 @@ my $report = FixMyStreet::App->model('DB::Problem')->find_or_create( for my $test ( { state => 'fixed', - colour => 'green', + colour => 'yellow', }, { state => 'fixed - user', - colour => 'green', + colour => 'yellow', }, { state => 'fixed - council', - colour => 'green', + colour => 'yellow', }, { state => 'confirmed', - colour => 'red', + colour => 'yellow', }, { state => 'investigating', - colour => 'red', + colour => 'yellow', }, { state => 'planned', - colour => 'red', + colour => 'yellow', }, { state => 'in progress', - colour => 'red', + colour => 'yellow', }, ) { subtest "pin colour for state $test->{state}" => sub { |