comparison testdata/limits/absolute-limit.xml @ 55:7f9e1fef069e

Re #279: Create composite limit * Create separate tests for min and max limits (rename existing test data file) * Fix namespacing of limit nodes * Add test for nesting of composite limits * Add tests for empty composite causing failure
author IBBoard <dev@ibboard.co.uk>
date Sat, 05 Jun 2010 18:58:54 +0000
parents 084049c8dff4
children c6e5b8a1948d
comparison
equal deleted inserted replaced
54:084049c8dff4 55:7f9e1fef069e
3 <units> 3 <units>
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1"> 4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
5 <equipmentSlots> 5 <equipmentSlots>
6 <equipmentSlot name="slot"> 6 <equipmentSlot name="slot">
7 <maxLimit> 7 <maxLimit>
8 <absoluteLimit limit="5"/> 8 <core:absoluteLimit limit="5"/>
9 </maxLimit> 9 </maxLimit>
10 </equipmentSlot> 10 </equipmentSlot>
11 </equipmentSlots> 11 </equipmentSlots>
12 </unit> 12 </unit>
13 </units> 13 </units>