Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions