view testdata/single-unit-no-category.racex @ 56:c6e5b8a1948d

Re #274: crash when missing unitMember id * Add NUnit config to allow for stand-alone NUnit testing in Windows (because Microsoft won't let you do it from VS Express) * Update test data to remove rogue unnecessary "lang" attribute * Remove unnecessary .csproj.user file from source control
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Jun 2010 15:14:06 +0000
parents d3519f38a0f4
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="EmpireAlt" name="Empire (Extended)" system="default">
	<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>
</race>