]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/diary_comment_test.rb
Localisation updates from http://translatewiki.net.
[rails.git] / test / unit / diary_comment_test.rb
index 8c03d6a36522a076546716ba236b7b2b032a6d91..e4ac3d4225a31faa742d67fe3655784067cfa789 100644 (file)
@@ -5,7 +5,6 @@ class DiaryCommentTest < ActiveSupport::TestCase
   fixtures :diary_comments
   
   def test_diary_comment_count
-    assert_equal 1, DiaryComment.count
+    assert_equal 3, DiaryComment.count
   end
-  
 end