# File test/test_Logging.rb, line 195
    def test_logfile_path
      init_context
      @Logging.logfile = { :params => @logfile }
      assert_equal('rucy.log', @Logging.logfile_path)
      assert_equal(1, @path_call)
    end