X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8ee1351049ef1bb4d7b50d071b2a96154266d1d..1f8a68371ad34594cce4aadf5fef229588fd4ddc:/test/functional/api_controller_test.rb diff --git a/test/functional/api_controller_test.rb b/test/functional/api_controller_test.rb index a8e808716..32f19265a 100644 --- a/test/functional/api_controller_test.rb +++ b/test/functional/api_controller_test.rb @@ -160,7 +160,7 @@ class ApiControllerTest < ActionController::TestCase #print @response.body # As we have loaded the fixtures, we can assume that there are no # changes recently - now = Time.now + now = Time.now.getutc hourago = now - 1.hour # Note that this may fail on a very slow machine, so isn't a great test assert_select "osm[version='#{API_VERSION}'][generator='#{GENERATOR}']:root", :count => 1 do @@ -181,7 +181,7 @@ class ApiControllerTest < ActionController::TestCase 1.upto(16) do |zoom| get :changes, :zoom => zoom assert_response :success - now = Time.now + now = Time.now.getutc hourago = now - 1.hour # Note that this may fail on a very slow machine, so isn't a great test assert_select "osm[version='#{API_VERSION}'][generator='#{GENERATOR}']:root", :count => 1 do