Mercurial > repos > IBBoard.WarFoundry.API.Tests
view testdata/xml-race-factory/duplicate-ability.racex @ 155:3725fd449c77
Re #353: Handle unloaded units being referenced outside factory
* Add mock factory and use it in tests
All tests now pass (including tests that started failing because of unit loading order - triggered by requirement changes)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 04 Jul 2011 20:03:47 +0000 |
parents | ef8950a5f4cb |
children |
line wrap: on
line source
<?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="default"> <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> <unitAbilities> <unitAbility abilityID="leaderOfMen"/> </unitAbilities> </unit> </units> <abilities> <ability id="leaderOfMen" name="Leader of Men"> <description>All men will follow the character and can use his leadership</description> </ability> <ability id="leaderOfMen" name="Leader of Other Men"> <description>A duplicate!</description> </ability> </abilities> </race>