aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-21 14:20:31 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-21 14:20:31 +0000
commitd41edbd41ddfec8263fba59f0a76d4a30de558a6 (patch)
tree126307571b3b4147f555c20a4b2ad412231ef5db /bin
parent212de583cdfb08fdd9a29b9728eab42a416e309f (diff)
Fix RSS redirect, uses actual council name.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run
index 76b4f0fbb..9c3142207 100755
--- a/bin/test-run
+++ b/bin/test-run
@@ -541,7 +541,7 @@ sub do_rss {
# go to reports
'/rss/area/Birmingham' => '/rss/reports/Birmingham',
- '/rss/area/Birmingham/Lozells' => '/rss/reports/Birmingham/Lozells',
+ '/rss/area/Birmingham/Lozells' => '/rss/reports/Birmingham/Lozells+and+East+Handsworth',
);
my $error_count = 0;