# File test/test_AccessLog.rb, line 146
    def test_logfile_count
      assert_equal(1, @access_log_params_call)
      assert_equal(2, @AccessLog.logfile_count)
      assert_equal(1, @logfiles_call)
    end