]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/old_node_test.rb
Make node update work with the new require data public to edit policy. Added convenie...
[rails.git] / test / unit / old_node_test.rb
index 4915e40b641b4a90ba4d0717cfeb5f3f9d4b80c0..eb68baafb26521497c2723f7debdc5bf358fd643 100644 (file)
@@ -2,6 +2,10 @@ require File.dirname(__FILE__) + '/../test_helper'
 
 class OldNodeTest < Test::Unit::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)