# File test/test_Logging.rb, line 147
    def test_modified_count
      init_context
      assert_equal(7, @Logging.modified_count)
      assert_equal(1, @modified_count_call)
      @Logging.modified_count = 8
      assert_equal(1, @set_modified_count_call)
      assert_equal(8, @set_modified_count_value)
    end