]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/diary_comment_test.rb
Add more tests for hidden diary entries and comments
[rails.git] / test / unit / diary_comment_test.rb
index e4ac3d4225a31faa742d67fe3655784067cfa789..e6d7a71b443e95f7fabc27a64263775bc0031f0f 100644 (file)
@@ -5,6 +5,6 @@ class DiaryCommentTest < ActiveSupport::TestCase
   fixtures :diary_comments
   
   def test_diary_comment_count
-    assert_equal 3, DiaryComment.count
+    assert_equal 4, DiaryComment.count
   end
 end