Mercurial > repos > IBBoard.WarFoundry.API.Tests
diff testdata/single-unit-with-invalid-equipment-reference.racex @ 47:b4b4bde843d7
Re #274: crash when missing unitMember id
* Tests and test data for unit member crash. Schema should be able to validate using key/keyref, but can't get it working at the moment.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 18 May 2010 18:40:27 +0000 |
parents | |
children | 6efa080b500f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata/single-unit-with-invalid-equipment-reference.racex Tue May 18 18:40:27 2010 +0000 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="Empire" name="Empire" system="nonexistant"> + <units> + <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1"> + <stats> + <stat name="M">4</stat> + <stat name="WS">6</stat> + <stat name="BS">6</stat> + <stat name="S">4</stat> + <stat name="T">4</stat> + <stat name="W">3</stat> + <stat name="I">6</stat> + <stat name="A">4</stat> + <stat name="Ld">9</stat> + </stats> + <equipmentSlots> + <equipmentSlot name="slot1"/> + </equipmentSlots> + <unitEquipment> + <unitEquipmentItem id="equip1" equipmentSlot="slot2"/> + </unitEquipment> + </unit> + </units> + <equipment> + <equipmentItem id="equip1" name="sword" cost="1"/> + </equipment> +</race> \ No newline at end of file