Test case for g_type_add_interface_check().

Thu Oct  2 01:15:46 2003  Owen Taylor  <otaylor@redhat.com>

        * tests/gobject/ifacecheck.c: Test case for
        g_type_add_interface_check().

        * tests/gobject/ifaceinit.c: Add #undef G_DISABLE_ASSERT.
This commit is contained in:
Owen Taylor
2003-10-02 05:28:00 +00:00
committed by Owen Taylor
parent 3963846335
commit 3e61c90b59
9 changed files with 218 additions and 31 deletions

View File

@@ -1,3 +1,10 @@
Thu Oct 2 01:15:46 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifacecheck.c: Test case for
g_type_add_interface_check().
* tests/gobject/ifaceinit.c: Add #undef G_DISABLE_ASSERT.
Thu Oct 2 01:11:39 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceinherit.c: Remove some tests that
@@ -5,11 +12,6 @@ Thu Oct 2 01:11:39 2003 Owen Taylor <otaylor@redhat.com>
a test for adding an interface first to the child class,
then to the parent class.
Thu Oct 2 01:08:13 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceinherit.c (main): Remove some tests
that
Thu Oct 2 00:02:55 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/Makefile.am test/gobject/ifaceinherit.c: