Mercurial > repos > IBBoard.WarFoundry.API.Tests
comparison testdata/xml-factory-util/invalid-contained-id.armyx @ 69:b2517bb113d0
Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
* Validate loading of different key/keyref options in army file
This may be all of it, but needs checking
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 04 Jul 2010 20:04:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:a82f164e26e3 | 69:b2517bb113d0 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <army xmlns="http://ibboard.co.uk/warfoundry/army" xmlns:core="http://ibboard.co.uk/warfoundry/core" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="army" name="" system="" race="" maxPoints="100"> | |
3 <units> | |
4 <unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10"> | |
5 <contains> | |
6 <containedUnit containedID="unit2" /> | |
7 </contains> | |
8 </unit> | |
9 </units> | |
10 </army> |