diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-21 11:50:20 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-21 11:50:20 +0000 |
commit | 0405110b80e5702927ebc9d5d818c23c266fb1fc (patch) | |
tree | 66986b5857879b06d20a5c80ffde38e661fc3f8f /bin/test-run | |
parent | a375628603ffe50e4a96b4eacbe8606927b970ea (diff) |
RSS fixes for testing.
Diffstat (limited to 'bin/test-run')
-rwxr-xr-x | bin/test-run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test-run b/bin/test-run index e7baf62fa..76b4f0fbb 100755 --- a/bin/test-run +++ b/bin/test-run @@ -533,10 +533,10 @@ sub do_rss { my %redirects = ( - # should always go to lat lon + # should always go to lat lon, except postcode (actually, query string) '/rss/n/406886,289126' => '/rss/l/52.499994,-1.899993', '/rss/2524/1779' => '/rss/l/52.480294,-1.896931', - '/rss/pc/SW1A1AA' => '/rss/l/51.50101,-0.141587', + '/rss/pc/SW1A1AA' => '/rss/pc/SW1A1AA', '/rss/l/52.5/-1.9' => '/rss/l/52.5/-1.9', # go to reports |