aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-05 17:10:54 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-05 17:10:54 +0100
commitce6b34aa866e246fae2aadc9308a27638d8eccb3 (patch)
treeb1fbbd6c46ed3c0bab84fd12c981c880e9bb7772 /t/app
parent5d3f5990cc0b85b0a6dc4958eb45ffe18d0cbbd6 (diff)
display choices for ambigious location searches
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/alert.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t
index 25feaf20d..80037fafe 100644
--- a/t/app/controller/alert.t
+++ b/t/app/controller/alert.t
@@ -25,4 +25,6 @@ $mech->title_like(qr/^Local RSS feeds and email alerts/);
$mech->content_contains('Local RSS feeds and email alerts for ZZ9&nbsp;9ZY');
$mech->content_contains('html lang="en-gb"');
+$mech->get_ok('/alert/list?pc=High Street');
+$mech->content_contains('We found more than one match for that location');
done_testing();