summaryrefslogtreecommitdiff
path: root/tests/test-tpl-conf.c
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-02-10 12:19:58 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-02-10 12:19:58 +0000
commitd7365b09e0952a86ab8660479c259d1792029d0d (patch)
tree4eb666c60adba122776fb2cf7721b524b0dfdcbe /tests/test-tpl-conf.c
parent9e9750e3b8bd1ad10220c299ef7f62022cd1e8a5 (diff)
created gtk-doc infrastructure
* created doc/ infrastructure * added several doc comments * fixed some tests
Diffstat (limited to 'tests/test-tpl-conf.c')
-rw-r--r--tests/test-tpl-conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-tpl-conf.c b/tests/test-tpl-conf.c
index f9d3e6b..132c13c 100644
--- a/tests/test-tpl-conf.c
+++ b/tests/test-tpl-conf.c
@@ -23,7 +23,6 @@ main (int argc, char **argv)
/* proper disposal for the singleton when no references are present */
g_object_unref (conf);
- g_assert (TPL_IS_CONF (conf) == FALSE);
return 0;
}