annotate testdata/xml-race-factory/single-unit-with-no-equipment-slot-limit.racex @ 65:fa536aee66d7

Fixes #296: Fix handling of equipment slot with no limit * Test the handling of slots without limits Also: * Compact testing by extracting out a common "test validation fails" method
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jul 2010 13:53:45 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
65
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="Empire" name="Empire" system="nonexistant">
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <units>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <stats>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 <stat name="M">4</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 <stat name="WS">6</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 <stat name="BS">6</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 <stat name="S">4</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 <stat name="T">4</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 <stat name="W">3</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <stat name="I">6</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <stat name="A">4</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 <stat name="Ld">9</stat>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 </stats>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 <equipmentSlots>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 <equipmentSlot name="slot1"/>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 </equipmentSlots>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 <unitEquipment>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 <unitEquipmentItem id="equip1" equipmentSlot="slot1"/>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 </unitEquipment>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 </unit>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 </units>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 <equipment>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 <equipmentItem id="equip1" name="sword" cost="1"/>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 </equipment>
fa536aee66d7 Fixes #296: Fix handling of equipment slot with no limit
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 </race>