Skip to content

[GLib] Enable tests for custom extension data type #49970

@kou

Description

@kou

Describe the enhancement requested

There are some omitted tests in c_glib/test/test-extension-data-type.rb such as:

def test_to_s
omit("gobject-introspection gem doesn't support implementing methods for GLib object yet")
data_type = UUIDDataType.new
assert_equal("extension<uuid>", data_type.to_s)

We can enable them now because recent gobject-introspection gem can implement virtual methods.

Component(s)

GLib

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions