# File test/test_AccessLog.rb, line 171
    def test_logging
      init_context
      assert_equal(true, @AccessLog.logging)
      assert_equal(1, @logging_call)
    end