Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
view testdata/extended-data.systemx @ 221:c40cb2048fc3
Re #394:
* Fix UnitRequiresNUnitsForMUnitsRequirementTests unit test so it actually does test the other value
* Add tests to "requires at least N" requirement and factory to test alternatives (Rollcall's "-1,X|Y" notation)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Mar 2012 20:34:42 +0000 |
parents | d4f6e9ac981e |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <system xmlns="http://ibboard.co.uk/warfoundry/system" xmlns:cats="http://ibboard.co.uk/warfoundry/cats" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="test" name="Test Game System" warn="false" extraAttrib="value" ext:extraAttrib="en"> <categories extraAttrib="value" ext:extraAttrib="en"> <cats:cat id="cat1" name="Characters" minPercentage="0" maxPercentage="50" extraAttrib="value" ext:extraAttrib="en"> <child></child> <child></child> </cats:cat> </categories> <sysStatsList defaultStats="whDefault" extraAttrib="value" ext:extraAttrib="en"> <sysStats id="whDefault" extraAttrib="value" ext:extraAttrib="en"> <sysStat name="M" extraAttrib="value" ext:extraAttrib="en"> <child></child> <child></child> </sysStat> </sysStats> </sysStatsList> </system>