Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
annotate testdata/limits/absolute-limit.xml @ 208:c323770e61c2
Re #379: Fix validation of requirements to check for unit
* Rename classes in tests to match API changes
* Alter tests to match new API (all classes require at least one UnitType that they're relevant to now)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 22 Feb 2012 20:48:40 +0000 |
parents | c6e5b8a1948d |
children |
rev | line source |
---|---|
54 | 1 <?xml version="1.0" encoding="UTF-8"?> |
56
c6e5b8a1948d
Re #274: crash when missing unitMember id
IBBoard <dev@ibboard.co.uk>
parents:
55
diff
changeset
|
2 <race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="EmpireAlt" name="Empire (Extended)" system="default"> |
54 | 3 <units> |
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1"> | |
5 <equipmentSlots> | |
6 <equipmentSlot name="slot"> | |
7 <maxLimit> | |
55 | 8 <core:absoluteLimit limit="5"/> |
54 | 9 </maxLimit> |
10 </equipmentSlot> | |
11 </equipmentSlots> | |
12 </unit> | |
13 </units> | |
14 </race> |