]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/node_tag_test.rb
fix the user unit test so that it doesn't use a depricated method in rails 2.2.2
[rails.git] / test / unit / node_tag_test.rb
index bd7d9f6e330daea1656d0e3d21acf83dc0ac1114..fe0f112bf32edd0c0e75d11672c0fb5e6cf653f8 100644 (file)
@@ -4,7 +4,7 @@ class NodeTagTest < Test::Unit::TestCase
   api_fixtures
   
   def test_tag_count
-    assert_equal 6, NodeTag.count
+    assert_equal 7, NodeTag.count
     node_tag_count(:visible_node, 1)
     node_tag_count(:invisible_node, 1)
     node_tag_count(:used_node_1, 1)