view testdata/xml-factory-util/duplicate-unit-id.armyx @ 85:052148dc0a2f

Re #99: Define "points" values in GameSystem * Test point string loading (checks shift of default value responsibility from GameSystem to factory) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 20 Feb 2011 20:43:50 +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>