Remove some tests that were testing things that weren't supposed to work;

Thu Oct  2 01:11:39 2003  Owen Taylor  <otaylor@redhat.com>

        * tests/gobject/ifaceinherit.c: Remove some tests that
        were testing things that weren't supposed to work; add
        a test for adding an interface first to the child class,
        then to the parent class.
This commit is contained in:
Owen Taylor
2003-10-02 05:13:21 +00:00
committed by Owen Taylor
parent 49d18d8d41
commit 27d3ebfde3
7 changed files with 84 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
Thu Oct 2 01:11:39 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceinherit.c: Remove some tests that
were testing things that weren't supposed to work; add
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: