comparison testdata/single-unit-with-invalid-equipment-reference.racex @ 59:6efa080b500f

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Add unit tests and data for unit containership * Add unit test and data for unit equipment * Correct name of test data for equipment slot unit test
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Jun 2010 19:57:53 +0000
parents b4b4bde843d7
children
comparison
equal deleted inserted replaced
58:c642d217036e 59:6efa080b500f
11 <stat name="W">3</stat> 11 <stat name="W">3</stat>
12 <stat name="I">6</stat> 12 <stat name="I">6</stat>
13 <stat name="A">4</stat> 13 <stat name="A">4</stat>
14 <stat name="Ld">9</stat> 14 <stat name="Ld">9</stat>
15 </stats> 15 </stats>
16 <equipmentSlots>
17 <equipmentSlot name="slot1"/>
18 </equipmentSlots>
19 <unitEquipment> 16 <unitEquipment>
20 <unitEquipmentItem id="equip1" equipmentSlot="slot2"/> 17 <unitEquipmentItem id="equip2"/>
21 </unitEquipment> 18 </unitEquipment>
22 </unit> 19 </unit>
23 </units> 20 </units>
24 <equipment> 21 <equipment>
25 <equipmentItem id="equip1" name="sword" cost="1"/> 22 <equipmentItem id="equip1" name="sword" cost="1"/>