Mercurial > repos > IBBoard.WarFoundry.API.Tests
view testdata/xml-factory-util/valid-contained-id.armyx @ 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 | b2517bb113d0 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <army xmlns="http://ibboard.co.uk/warfoundry/army" xmlns:core="http://ibboard.co.uk/warfoundry/core" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="army" name="" system="" race="" maxPoints="100"> <units> <unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10"> <contains> <containedUnit containedID="unit2" /> </contains> </unit> <unit id="unit2" unitType="axemen" unitName="Axemen" size="10"/> </units> </army>