view testdata/xml-factory-util/invalid-contained-id.armyx @ 165:453640610ef9

Re #94: Loading files is too slow * Add unit test to check loading time - we'll allow failure to be 10x slower
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Sep 2011 20:28:17 +0100
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>
	</units>
</army>