view testdata/xml_output.xml @ 193:cf1c0a91eaa9

Re #350: Add requirement to allow N of unit for specific other units * Add first unit tests for factory, based on existing factory unit tests
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Dec 2011 16:53:36 +0000
parents e29650db551f
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<army>
  <race>Mock Race</race>
  <name>Mock Army</name>
  <pointsAvailable>2000</pointsAvailable>
  <pointsUsed>0</pointsUsed>
  <category type="Mock Category">
    <unit name="Mock Unit Type" points="0" models="10">
      <statLine>
        <stat name="name" value="Mock Unit Type" />
      </statLine>
    </unit>
  </category>
</army>