view testdata/unit-in-specified-main-category.armyx @ 58:c642d217036e

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Simplify "non-existant ability" unit test by removing SystemX file * Remove line number checks, since Mono exception line numbers are end of file when the exception is a missing key ** * Re-implement equipment slot check test ** previous line numbers were taken from errors saying that keyref's key definition couldn't be found, not an error saying that the keyref value didn't exist
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Jun 2010 20:40:18 +0000
parents 97ea355f9564
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" id="army" name="" system="wh" race="empire" maxPoints="100">
	<units>
		<unit id="unit1" unitType="Empire1" unitName="General Bob" size="1" category="cat1"/>
	</units>
</army>