view testdata/xml_output.xml @ 180:ce40484ad921

Re #356: Exception caused by unit limits * Add test that triggers the stack overflow, based on example data file
author IBBoard <dev@ibboard.co.uk>
date Sun, 06 Nov 2011 19:47:18 +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>