tests: work around a GLib issue
commite0724e2f74b93970f5a4a2099c4444611b8f14e3
authorRyan Lortie <desrt@desrt.ca>
Mon, 11 Feb 2013 19:06:52 +0000 (11 14:06 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 11 Feb 2013 19:09:12 +0000 (11 14:09 -0500)
treebca0a06ccecfbd3fc3825fb97eb9dd4e4ee54ee1
parent4c516a76f55d75ecfa1b985adb1905cac945f3fe
tests: work around a GLib issue

gtestutils recently changed the order in which testcases are run, by
grouping cases with similar paths together.

Our D-Bus test depends on one of its cases running before the others.

Change the way the tests are grouped in order to ensure that this keeps
happening.
tests/dbus.c