X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2f9ed9101a6aba23026d37bc6257b1c7afbfdcbe..a0627ec0c651cf33426438e26e4a4a2fe3a34fd5:/test/controllers/old_way_controller_test.rb diff --git a/test/controllers/old_way_controller_test.rb b/test/controllers/old_way_controller_test.rb index e5cb752cd..8d3bc6955 100644 --- a/test/controllers/old_way_controller_test.rb +++ b/test/controllers/old_way_controller_test.rb @@ -46,6 +46,9 @@ class OldWayControllerTest < ActionController::TestCase ## # check that we can retrieve versions of a way def test_version + create(:way_tag, :way => current_ways(:visible_way)) + create(:way_tag, :way => current_ways(:used_way)) + create(:way_tag, :way => current_ways(:way_with_versions)) propagate_tags(current_ways(:visible_way), ways(:visible_way)) propagate_tags(current_ways(:used_way), ways(:used_way)) propagate_tags(current_ways(:way_with_versions), ways(:way_with_versions_v4))