From 9458ea5a1d8fefef57343c1e929d47f4f4756674 Mon Sep 17 00:00:00 2001 From: Rob Murray <robmurray17@gmail.com> Date: Thu, 22 May 2014 12:16:58 +0100 Subject: [PATCH] Rename PostcodeAnywhere UK fixtures --- test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error | 1 + .../postcode_anywhere_uk_geocode_v200_madison_square_garden | 1 - test/fixtures/postcode_anywhere_uk_geocode_v200_romsey | 1 + ...unknown_key => postcode_anywhere_uk_geocode_v200_unknown_key} | 0 4 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error delete mode 100644 test/fixtures/postcode_anywhere_uk_geocode_v200_madison_square_garden create mode 100644 test/fixtures/postcode_anywhere_uk_geocode_v200_romsey rename test/fixtures/{postcode_anywhere_uk_unknown_key => postcode_anywhere_uk_geocode_v200_unknown_key} (100%) diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error b/test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error new file mode 100644 index 00000000..4dd3044b --- /dev/null +++ b/test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error @@ -0,0 +1 @@ +[{"Error":"9999","Description":"A generic error","Cause":"A generic error occured.","Resolution":"Fix the unknown error."}] \ No newline at end of file diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_madison_square_garden b/test/fixtures/postcode_anywhere_uk_geocode_v200_madison_square_garden deleted file mode 100644 index 56798fee..00000000 --- a/test/fixtures/postcode_anywhere_uk_geocode_v200_madison_square_garden +++ /dev/null @@ -1 +0,0 @@ -[{"Location":"Maidstone, Kent","Easting":"576153","Northing":"155386","Latitude":"51.2703","Longitude":"0.5238","OsGrid":"TQ 76153 55386","Accuracy":"Standard"}] \ No newline at end of file diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_romsey b/test/fixtures/postcode_anywhere_uk_geocode_v200_romsey new file mode 100644 index 00000000..340b18a5 --- /dev/null +++ b/test/fixtures/postcode_anywhere_uk_geocode_v200_romsey @@ -0,0 +1 @@ +[{"Location":"Romsey, Hampshire","Easting":"435270","Northing":"121182","Latitude":"50.9889","Longitude":"-1.4989","OsGrid":"SU 35270 21182","Accuracy":"Standard"}] \ No newline at end of file diff --git a/test/fixtures/postcode_anywhere_uk_unknown_key b/test/fixtures/postcode_anywhere_uk_geocode_v200_unknown_key similarity index 100% rename from test/fixtures/postcode_anywhere_uk_unknown_key rename to test/fixtures/postcode_anywhere_uk_geocode_v200_unknown_key -- GitLab