diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-23 14:38:07 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-23 14:38:07 +0100 |
commit | 11c91b87abe2e89e8dc63a4d541fba7ed1d096b3 (patch) | |
tree | 5a315646cda9691ca63fd52f4cb3f9d3aafb1b4b /t/app/controller/report_updates.t | |
parent | 41c7d068f954e062b4da0675b5782211b8ad10c3 (diff) | |
parent | 09ce7aeb489e5a43054c3b2b7bfa47fd6aba7c43 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
Conflicts:
templates/web/default/report/display.html
Diffstat (limited to 't/app/controller/report_updates.t')
-rw-r--r-- | t/app/controller/report_updates.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index bec81fb83..5d14a893f 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -276,7 +276,7 @@ for my $test ( initial_values => { name => '', rznvy => '', - may_show_name => undef, + may_show_name => 1, add_alert => 1, photo => '', update => '', @@ -295,7 +295,7 @@ for my $test ( initial_values => { name => '', rznvy => '', - may_show_name => undef, + may_show_name => 1, add_alert => 1, photo => '', update => '', |