2003-09-03 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Thu, 4 Sep 2003 00:21:36 +0000 (00:21 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 4 Sep 2003 00:21:36 +0000 (00:21 +0000)
commit636be6f92d4d8effd392ad1f894738849ec7af76
tree963e3d848ca3c3f78e07d1d92aaa3288558eb496
parent0453b2be603d4a8fcd12be3097b7eadc25838018
2003-09-03  Havoc Pennington  <hp@pobox.com>

* 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.
ChangeLog
configure.in
glib/Makefile.am
glib/dbus-gobject.c
test/Makefile.am
test/glib/Makefile.am [new file with mode: 0644]
test/glib/test-dbus-glib.c [moved from glib/test-dbus-glib.c with 100% similarity]
test/glib/test-profile.c [moved from glib/test-profile.c with 100% similarity]
test/glib/test-thread-client.c [moved from glib/test-thread-client.c with 100% similarity]
test/glib/test-thread-server.c [moved from glib/test-thread-server.c with 100% similarity]
test/glib/test-thread.h [moved from glib/test-thread.h with 100% similarity]