We still need them so we have the object to attach tags to.
require "test_helper"
class NodeTagTest < ActiveSupport::TestCase
require "test_helper"
class NodeTagTest < ActiveSupport::TestCase
def test_length_key_valid
tag = create(:node_tag)
(0..255).each do |i|
def test_length_key_valid
tag = create(:node_tag)
(0..255).each do |i|
require "test_helper"
class OldNodeTagTest < ActiveSupport::TestCase
require "test_helper"
class OldNodeTagTest < ActiveSupport::TestCase
def test_length_key_valid
tag = create(:old_node_tag)
(0..255).each do |i|
def test_length_key_valid
tag = create(:old_node_tag)
(0..255).each do |i|
require "test_helper"
class OldRelationTagTest < ActiveSupport::TestCase
require "test_helper"
class OldRelationTagTest < ActiveSupport::TestCase
def test_length_key_valid
tag = create(:old_relation_tag)
(0..255).each do |i|
def test_length_key_valid
tag = create(:old_relation_tag)
(0..255).each do |i|
require "test_helper"
class OldWayTagTest < ActiveSupport::TestCase
require "test_helper"
class OldWayTagTest < ActiveSupport::TestCase
def test_length_key_valid
tag = create(:old_way_tag)
(0..255).each do |i|
def test_length_key_valid
tag = create(:old_way_tag)
(0..255).each do |i|
require "test_helper"
class RelationTagTest < ActiveSupport::TestCase
require "test_helper"
class RelationTagTest < ActiveSupport::TestCase
def test_length_key_valid
tag = create(:relation_tag)
(0..255).each do |i|
def test_length_key_valid
tag = create(:relation_tag)
(0..255).each do |i|
require "test_helper"
class WayTagTest < ActiveSupport::TestCase
require "test_helper"
class WayTagTest < ActiveSupport::TestCase
def test_length_key_valid
tag = create(:way_tag)
(0..255).each do |i|
def test_length_key_valid
tag = create(:way_tag)
(0..255).each do |i|