]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/relation_test.rb
Fixing the create relation test, which now also tests to make sure that private users...
[rails.git] / test / unit / relation_test.rb
index 36aad7c253257f78353558a1e7fd0c8bf3ffa13b..5d46a6e599dc0c79eb3ea6c15033c13635bd3d1f 100644 (file)
@@ -4,7 +4,7 @@ class RelationTest < Test::Unit::TestCase
   api_fixtures
   
   def test_relation_count
-    assert_equal 3, Relation.count
+    assert_equal 5, Relation.count
   end
   
 end