diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 14:59:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 14:59:17 +0100 |
commit | 1e9530149b0102269a0376574007d79a760e5b46 (patch) | |
tree | 3a91bd765029e48937b86a4039a0978b919ec503 /t/app | |
parent | e2f3ebb61bbe332b53661885c1a6d2494ba6ce4d (diff) |
Remove cities references.
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/uri_for.t | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/t/app/uri_for.t b/t/app/uri_for.t index 2362e6976..51a6e8a0e 100644 --- a/t/app/uri_for.t +++ b/t/app/uri_for.t @@ -105,30 +105,4 @@ like( 'retains language' ); -## Should really test the cities but we'd need to fake up too much of the -# request. Following code starts to do this but is not complete. Instead better -# to test that the cities produces the correct urls by looking at the html -# produced. -# -# # cities -# my $cities_c = FixMyStreet::App->new( -# { -# request => Catalyst::Request->new( -# { -# base => URI->new('http://cities.fixmystreet.com/'), -# uri => URI->new( -# 'http://cities.fixmystreet.com/test_namespace?city=cardiff' -# ), -# params => { city => 'cardiff', }, -# } -# ), -# namespace => 'test_namespace', -# } -# )->setup_request; -# is( -# $cities_c->uri_for( '/foo', { bar => 'baz' } ) . "", -# '{microapp-href:http://cities.fixmystreet.com/foo?bar=baz&city=cardiff}', -# 'Cities url' -# ); - done_testing(); |