diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-05 17:10:54 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-05 17:10:54 +0100 |
commit | ce6b34aa866e246fae2aadc9308a27638d8eccb3 (patch) | |
tree | b1fbbd6c46ed3c0bab84fd12c981c880e9bb7772 /t/app/controller/alert.t | |
parent | 5d3f5990cc0b85b0a6dc4958eb45ffe18d0cbbd6 (diff) |
display choices for ambigious location searches
Diffstat (limited to 't/app/controller/alert.t')
-rw-r--r-- | t/app/controller/alert.t | 2 |
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 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(); |