summaryrefslogtreecommitdiffstats
path: root/test/glib
Commit message (Collapse)AuthorAgeFilesLines
* Add thisAnders Carlsson2003-09-071-0/+9
|
* 2003-09-03 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-09-046-0/+630
* test/glib/Makefile.am: add this with random glib-linked test programs * glib/Makefile.am: remove the random test programs from here, leave only the unit tests * glib/dbus-gobject.c (_dbus_gobject_test): add test for uscore/javacaps conversion, and fix (get_object_property, set_object_property): change to .NET convention for mapping props to methods, set_FooBar/get_FooBar, since one language has such a convention we may as well copy it. Plus real methods in either getFooBar or get_foo_bar style won't collide with this convention.