~iceyers/gsettings-qt/fix-qt-5.11

« back to all changes in this revision

Viewing changes to tests/com.canonical.gsettings.test.gschema.xml

  • Committer: CI bot
  • Author(s): Ken VanDine
  • Date: 2014-08-01 17:06:47 UTC
  • mfrom: (59.2.1 lp1349787)
  • Revision ID: ps-jenkins@lists.canonical.com-20140801170647-f74fen3rlsa945n8
added tests for a{ss}
 
Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    <key name="test-string-list" type="as">
25
25
      <default>['one', 'two', 'three']</default>
26
26
    </key>
 
27
    <key name="test-map" type="a{ss}">
 
28
      <default>{'foo': 'one', 'bar': 'two'}</default>
 
29
    </key>
27
30
  </schema>
28
31
</schemalist>