diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-27 16:48:23 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-27 16:48:23 +0100 |
commit | 57440ef98d69e156832653c536422f129cb71b9d (patch) | |
tree | b168a91780a655983cdb58723f614fa9a3f3d157 /t | |
parent | 231750c93d31c114245261281b6624d979c03de9 (diff) |
MR not Mr now
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/report_new.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 1e751997b..89c8b973c 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -738,7 +738,7 @@ for my $test ( extra => [ { name => 'fms_extra_title', - value => 'Mr', + value => 'MR', description => 'FMS_EXTRA_TITLE', }, ], @@ -752,7 +752,7 @@ for my $test ( extra => [ { name => 'fms_extra_title', - value => 'Mr', + value => 'MR', description => 'FMS_EXTRA_TITLE', }, { @@ -801,7 +801,7 @@ for my $test ( detail => 'Test report details.', photo => '', email => 'firstlast@example.com', - fms_extra_title => 'Mr', + fms_extra_title => 'MR', may_show_name => '1', phone => '07903 123 456', category => 'Trees', |