X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a4ea6bfd09acd76533e29e1d4c22c6037909707..e9cb282712bdd5f0e103a33c35c7ef3961506ab7:/test/unit/diary_comment_test.rb?ds=sidebyside

diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb
index d7f30a69c..e4ac3d422 100644
--- a/test/unit/diary_comment_test.rb
+++ b/test/unit/diary_comment_test.rb
@@ -1,11 +1,10 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class DiaryCommentTest < Test::Unit::TestCase
+class DiaryCommentTest < ActiveSupport::TestCase
+  api_fixtures
   fixtures :diary_comments
   
-  
   def test_diary_comment_count
-    assert_equal 1, DiaryComment.count
+    assert_equal 3, DiaryComment.count
   end
-  
 end