X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bed9cd00ed166ce346da4b8a9b654ddf86e64e70..afcb345014d98914cd4f5d6b14ca2e30feac194c:/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