Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
diff testdata/xml-race-factory/non-existant-member-type.racex @ 62:ef8950a5f4cb
Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
* Test duplicate member type keys
* Test valid case of member type key with reference
* Move existing "non-existant member type" data to sub-folder and rename
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 19 Jun 2010 19:30:58 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata/xml-race-factory/non-existant-member-type.racex Sat Jun 19 19:30:58 2010 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="EmpireAlt" name="Empire (Extended)" system="default"> + <units> + <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1"> + <unitMembers> + <unitMember typeID="Empire1"/> + </unitMembers> + </unit> + </units> + <memberTypes> + <memberType id="General" name="General"> + <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> + </memberType> + </memberTypes> +</race> \ No newline at end of file