]> git.openstreetmap.org Git - rails.git/commitdiff
More test fixes after fixture changes.
authorMatt Amos <zerebubuth@gmail.com>
Tue, 21 Apr 2009 19:51:43 +0000 (19:51 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 21 Apr 2009 19:51:43 +0000 (19:51 +0000)
test/unit/old_relation_tag_test.rb
test/unit/relation_tag_test.rb
test/unit/relation_test.rb

index aee2901cdfe8df7464506254447d9c465a20244d..77874bcc6fd18787bca968082b538525dfa059bd 100644 (file)
@@ -4,7 +4,7 @@ class OldRelationTagTest < Test::Unit::TestCase
   api_fixtures
   
   def test_tag_count
-    assert_equal 3, OldRelationTag.count
+    assert_equal 7, OldRelationTag.count
   end
   
   def test_length_key_valid
index 5c008fc34c415759dc2e8bda5f2819177e207416..43f0b5a4f9633ba5766f89919dc027a82ae6deff 100644 (file)
@@ -4,7 +4,7 @@ class RelationTagTest < Test::Unit::TestCase
   api_fixtures
   
   def test_relation_tag_count
-    assert_equal 3, RelationTag.count
+    assert_equal 7, RelationTag.count
   end
   
   def test_length_key_valid
index 36aad7c253257f78353558a1e7fd0c8bf3ffa13b..b72a9835a35505e63a515bf4de728da1ae9bcf6f 100644 (file)
@@ -4,7 +4,7 @@ class RelationTest < Test::Unit::TestCase
   api_fixtures
   
   def test_relation_count
-    assert_equal 3, Relation.count
+    assert_equal 4, Relation.count
   end
   
 end