# File test/test_Logging.rb, line 225
    def test_del_logfile
      init_context
      @Logging.logfile = { :pos => 0 }
      @Logging.del_logfile
      assert_equal(1, @del_logfile_at_call)
      assert_equal(0, @del_logfile_at_pos)
      assert_equal(1, @set_logging_params_call)
      assert_equal(@logging_params, @set_logging_params_value)
    end