# File test/test_Logging.rb, line 156
    def test_log_index
      @Logging.log_index = 1
      assert_equal(1, @Logging.log_index)
    end