]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/api_controller_test.rb
add Google Webmaster tools for Simone Cortesi (OSMF)
[rails.git] / test / functional / api_controller_test.rb
index fdb36628e4c82d6ef8c8ff32a6eac34be3fbda1f..89411ab03db64f21ca228fff7113fed7a7fce20d 100644 (file)
@@ -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