~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gio/tests/schema-tests/default-in-aliases.gschema.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-18 13:50:39 UTC
  • mfrom: (1.30.1 upstream) (3.4.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100618135039-546pvldpgilh981h
Tags: 2.25.9-1ubuntu1
* Resync on Debian
* debian/patches/90_git_fix_typo.patch:
  - the change is in the new version
* debian/patches/80-gtester-subunit.patch:
  - the change is in the new version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id='org.gtk.test.schema'>
 
3
    <key name='test' type='s'>
 
4
      <choices>
 
5
        <choice value='before'/>
 
6
        <choice value='after'/>
 
7
      </choices>
 
8
      <aliases>
 
9
        <alias value='pre' target='before'/>
 
10
        <alias value='post' target='after'/>
 
11
      </aliases>
 
12
      <default>'pre'</default>
 
13
    </key>
 
14
  </schema>
 
15
</schemalist>