Move the drawable parts out of Foo to its own test.
authorJohan Dahlin <johan@gnome.org>
Wed, 20 Aug 2008 12:22:56 +0000 (12:22 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Wed, 20 Aug 2008 12:22:56 +0000 (12:22 +0000)
commit001f15bf4c04c1ca2b8d6325a707f59787a9be75
tree7c96dd23be3730ed37b3dab78446630078d2b42e
parentfc9ce6ade3f29766ffbf1e2d96739bca1ec5a192
Move the drawable parts out of Foo to its own test.

2008-08-20  Johan Dahlin  <johan@gnome.org>

    * tests/scanner/Foo-expected.gir:
    * tests/scanner/Makefile.am:
    * tests/scanner/drawable-expected.gir:
    * tests/scanner/drawable.c (test_drawable_class_init),
    (test_drawable_init):
    * tests/scanner/drawable.h:
    * tests/scanner/foo-object.h:
    * tests/scanner/foo.c (foo_boxed_method):
    Move the drawable parts out of Foo to its own test.

svn path=/trunk/; revision=408
ChangeLog
tests/scanner/Foo-expected.gir
tests/scanner/Makefile.am
tests/scanner/drawable-expected.gir [new file with mode: 0644]
tests/scanner/drawable.c [new file with mode: 0644]
tests/scanner/drawable.h [new file with mode: 0644]
tests/scanner/foo-object.h
tests/scanner/foo.c