X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f8a68371ad34594cce4aadf5fef229588fd4ddc..f3ff36418b60a56f18525900720e6ff9d21f516d:/test/unit/old_node_test.rb diff --git a/test/unit/old_node_test.rb b/test/unit/old_node_test.rb index 4915e40b6..10cb23900 100644 --- a/test/unit/old_node_test.rb +++ b/test/unit/old_node_test.rb @@ -1,7 +1,11 @@ require File.dirname(__FILE__) + '/../test_helper' -class OldNodeTest < Test::Unit::TestCase +class OldNodeTest < ActiveSupport::TestCase api_fixtures + + def test_old_node_count + assert_equal 19, OldNode.count + end def test_node_too_far_north invalid_node_test(:node_too_far_north) @@ -52,7 +56,7 @@ class OldNodeTest < Test::Unit::TestCase assert_equal dbnode.visible, node.visible assert_equal dbnode.timestamp, node.timestamp #assert_equal node.tile, QuadTile.tile_for_point(nodes(nod).lat, nodes(nod).lon) - assert_valid node + assert node.valid? end # This helpermethod will check to make sure that a node is outwith the world,