Add testcase for g_settings_bind with [u]int64 properties

And use different values for the doubles test.

All of these fail currently since g_settings_bind default mapping
truncate to glong (eek!).

Bug #616119
This commit is contained in:
Christian Persch
2010-04-19 10:00:03 -04:00
committed by Matthias Clasen
parent fac8b91eaf
commit 230038f684
2 changed files with 52 additions and 4 deletions

View File

@@ -78,6 +78,12 @@
<key name="int" type="i">
<default>0</default>
</key>
<key name="int64" type="x">
<default>0</default>
</key>
<key name="uint64" type="t">
<default>0</default>
</key>
<key name="double" type="d">
<default>0</default>
</key>