summaryrefslogtreecommitdiff
path: root/tests/signal-connect-object.c
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2010-06-04 17:37:31 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2010-06-04 20:58:10 -0700
commitfeae63b077b68dc89fa4fc6397f8e360e8c9bc6e (patch)
tree72909ecbfab1e606fe123580dac1aee4f0aeb079 /tests/signal-connect-object.c
parentb2c5e1d8cfcd9f84929451102949d723db8a9daa (diff)
downloadtelepathy-glib-feae63b077b68dc89fa4fc6397f8e360e8c9bc6e.tar.gz
Add the TpTests namespace to tests/lib/util
Diffstat (limited to 'tests/signal-connect-object.c')
-rw-r--r--tests/signal-connect-object.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/signal-connect-object.c b/tests/signal-connect-object.c
index f9bc9ef81..c87b73231 100644
--- a/tests/signal-connect-object.c
+++ b/tests/signal-connect-object.c
@@ -62,11 +62,11 @@ setup (Test *test,
tp_debug_set_flags ("all");
test->caught = 0;
- test->observer = test_object_new_static_class (stub_object_get_type (),
- NULL);
+ test->observer = tp_tests_object_new_static_class (
+ stub_object_get_type (), NULL);
g_object_set_data (test->observer, DATA_KEY, test);
- test->emitter = test_object_new_static_class (stub_object_get_type (),
- NULL);
+ test->emitter = tp_tests_object_new_static_class (
+ stub_object_get_type (), NULL);
}
static void