summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-27 14:33:14 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 12:30:42 +0200
commitfa8649935b8ba5c62fda3dd30209a15c5d5c67d5 (patch)
treefdd11efae3527ac5e256f23c61fdc511daf24cc7
parentb9dcc1eca8a124d5991bafa434950cc0938df694 (diff)
test-proxy-preparation: use tp_tests_init()
-rw-r--r--tests/dbus/proxy-preparation.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/dbus/proxy-preparation.c b/tests/dbus/proxy-preparation.c
index e1a7679f..584360fd 100644
--- a/tests/dbus/proxy-preparation.c
+++ b/tests/dbus/proxy-preparation.c
@@ -371,11 +371,8 @@ int
main (int argc,
char **argv)
{
- g_type_init ();
- tp_tests_abort_after (10);
- tp_debug_set_flags ("all");
+ tp_tests_init (&argc, &argv);
- g_test_init (&argc, &argv, NULL);
g_test_bug_base ("http://bugs.freedesktop.org/show_bug.cgi?id=");
g_test_add ("/proxy-preparation/prepare-capabilities", Test, NULL, setup,