Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
view testdata/xml-race-factory/duplicate-equipment-id.racex @ 74:5bf51f7a28ce
Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller
* Move API tests to using SharpZipLib fork
Also:
* Convince VS2k8 that it doesn't want to keep re-updating the project
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 30 Oct 2010 14:27:20 +0000 |
parents | f671ead260b1 |
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="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> </unit> </units> <equipment> <equipmentItem id="equip1" name="sword" cost="1"/> <equipmentItem id="equip1" name="other item" cost="1"/> </equipment> </race>