require File.dirname(__FILE__) + '/../test_helper'
-class NodeTest < Test::Unit::TestCase
+class NodeTest < ActiveSupport::TestCase
api_fixtures
+
+ def test_node_count
+ assert_equal 16, Node.count
+ end
def test_node_too_far_north
invalid_node_test(:node_too_far_north)
assert_equal dbnode.version, node.version
assert_equal dbnode.visible, node.visible
#assert_equal node.tile, QuadTile.tile_for_point(node.lat, node.lon)
- assert_valid node
+ assert node.valid?
end
# This helper method will check to make sure that a node is outwith the world,