X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9ed9101a6aba23026d37bc6257b1c7afbfdcbe..898c1475baaac883442fdf32d16379f1b737052c:/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))