Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
view testdata/xml-factory-util/duplicate-unit-id.armyx @ 185:ba9af0ce916a
Fixes #366: Rewrite equipment handling and limits
* Add on more test to make sure that things behave as expected
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 13 Nov 2011 20:14:36 +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"/> <unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10"/> </units> </army>