# File test/test_AddAccessLog.rb, line 101
    def test_index
      assert_equal(1, @access_log_params_call)
      assert_equal(1, @add_logfile_call)
      assert_equal(3, @AddAccessLog.index)
      assert_equal(1, @logfiles_call)
    end