Add a detailed test case for interface initialization, testing the ability
authorOwen Taylor <otaylor@redhat.com>
Wed, 27 Aug 2003 05:28:39 +0000 (05:28 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 27 Aug 2003 05:28:39 +0000 (05:28 +0000)
commit6bd3d8bcf6989e099dce486cc88429d83b1b94a5
tree572997ea48d2ae77f4d8d21063b99b6ca25b0fa3
parentd2cd289bf2f49815a72ff9166ba7bb6335758c55
Add a detailed test case for interface initialization, testing the ability

Wed Aug 27 01:25:40 2003  Owen Taylor  <otaylor@redhat.com>

        * Makefile.am testifaceinit.c: Add a detailed test case
        for interface initialization, testing the ability to
        add interfaces during class initialization and the ordering
        of interface base_init, class init, and interface_init.
        (Expected to fail at the moment.)
gobject/ChangeLog
gobject/Makefile.am
gobject/testifaceinit.c [new file with mode: 0644]
tests/gobject/ifaceinit.c [new file with mode: 0644]