aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-15 16:01:18 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-15 16:01:18 +0100
commit4cb5b632afa97850f5dda1e94dc513ee1515cd2c (patch)
tree05c4175b8582a2fe52ed74e5dc1a3e3a70506891 /t/app
parentd6f984e78bba58710d03aba15b41b897aa078040 (diff)
change cobrand url to uri and change all c.cobrand.url to c.uri_for in templates
Diffstat (limited to 't/app')
-rw-r--r--t/app/uri_for.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/uri_for.t b/t/app/uri_for.t
index 9a93fedea..309c3a3b2 100644
--- a/t/app/uri_for.t
+++ b/t/app/uri_for.t
@@ -56,7 +56,7 @@ is(
# fiksgatami
is(
$fgm_c->uri_for( '/foo', { lat => 1.23, } ) . "",
- 'http://www.fiksgatami.no/foo?lat=1.23;zoom=2',
+ 'http://www.fiksgatami.no/foo?lat=1.23&zoom=2',
'FiksGataMi url with lat not zoom'
);