summaryrefslogtreecommitdiff
path: root/tests/t-has-properties.c
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-10-25 09:14:44 +0000
committerBrian Tarricone <brian@tarricone.org>2007-10-25 09:14:44 +0000
commit90b342ba827cd9102c3732fe37b84cb223f03d90 (patch)
tree6c7fba86934637705eb644b8cacb1bcca74c5a6a /tests/t-has-properties.c
parentfe0dfdb9514a27a7ea0c090a2bd8de218629c241 (diff)
downloadxfconf-90b342ba827cd9102c3732fe37b84cb223f03d90.tar.gz
start migration to new library API with array types and struct serializers.
this isn't completely done and doesn't quite work (needs some more daemon backend work), but what's in svn doesn't work properly right now either (Old svn revision: 26766)
Diffstat (limited to 'tests/t-has-properties.c')
-rw-r--r--tests/t-has-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-has-properties.c b/tests/t-has-properties.c
index 12331ff..61c5580 100644
--- a/tests/t-has-properties.c
+++ b/tests/t-has-properties.c
@@ -33,7 +33,7 @@ main(int argc,
TEST_OPERATION(xfconf_channel_has_property(channel, test_string_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_strlist_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_int_property));
- TEST_OPERATION(xfconf_channel_has_property(channel, test_int64_property));
+ TEST_OPERATION(xfconf_channel_has_property(channel, test_uint64_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_double_property));
TEST_OPERATION(xfconf_channel_has_property(channel, test_bool_property));