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)
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,