# File test/test_AccessLog.rb, line 177
    def test_set_logging
      init_context
      @AccessLog.logging = false
      assert_equal(1, @set_logging_call)
      assert_equal(false, @set_logging_flag)
    end