view testdata/xml_output.xml @ 218:d60d93b787dc

Re #379: Fix requirements * Fix unit test - we had two limits in one requirement, not just one
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Mar 2012 20:32:19 +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>