X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0b94234a6bdea09ff7c3911a2b5fe6343223452b..5de81dc4b0f514695fe9f24c7c0cf1437137ee1a:/test/functional/api_controller_test.rb diff --git a/test/functional/api_controller_test.rb b/test/functional/api_controller_test.rb index fdb36628e..89411ab03 100644 --- a/test/functional/api_controller_test.rb +++ b/test/functional/api_controller_test.rb @@ -59,7 +59,7 @@ class ApiControllerTest < ActionController::TestCase end def test_tracepoints - point = gpx_files(:first_trace_file) + point = gpx_files(:public_trace_file) minlon = point.longitude-0.1 minlat = point.latitude-0.1 maxlon = point.longitude+0.1 @@ -149,7 +149,7 @@ class ApiControllerTest < ActionController::TestCase # MySQL and Postgres require that the C based functions are installed for # this test to work. More information is available from: - # http://wiki.openstreetmap.org/index.php/Rails#Installing_the_quadtile_functions + # http://wiki.openstreetmap.org/wiki/Rails#Installing_the_quadtile_functions # or by looking at the readme in db/README def test_changes_simple get :changes