summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-02-20 08:19:07 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2013-02-20 08:19:58 +0000
commita904ca719ee560fc0b81b58a8a14efa0c181b9d4 (patch)
treefbcb81dbc20591b8ac14cf88be2ce33ebd7b9291
parent15900dd582e17cb1951dea92e8b6c7b9409cf63c (diff)
tests: define bug base in test_init().
-rw-r--r--tests/wocky-porter-test.c1
-rw-r--r--tests/wocky-test-helper.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/wocky-porter-test.c b/tests/wocky-porter-test.c
index 9eb420d..abcd5c3 100644
--- a/tests/wocky-porter-test.c
+++ b/tests/wocky-porter-test.c
@@ -3529,7 +3529,6 @@ main (int argc, char **argv)
int result;
test_init (argc, argv);
- g_test_bug_base ("http://bugs.freedesktop.org/show_bug.cgi?id=");
g_test_add_func ("/xmpp-porter/initiation", test_instantiation);
g_test_add_func ("/xmpp-porter/send", test_send);
diff --git a/tests/wocky-test-helper.c b/tests/wocky-test-helper.c
index 9cf0775..629ff6f 100644
--- a/tests/wocky-test-helper.c
+++ b/tests/wocky-test-helper.c
@@ -299,6 +299,7 @@ test_init (int argc,
#endif
g_test_init (&argc, &argv, NULL);
+ g_test_bug_base ("http://bugs.freedesktop.org/show_bug.cgi?id=");
g_type_init ();
wocky_init ();
}