Mercurial > repos > IBBoard.WarFoundry.API.Tests
diff 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 |
line wrap: on
line diff
--- a/testdata/limits/absolute-limit.xml Sat Jun 05 15:37:03 2010 +0000 +++ b/testdata/limits/absolute-limit.xml Sat Jun 05 18:58:54 2010 +0000 @@ -5,7 +5,7 @@ <equipmentSlots> <equipmentSlot name="slot"> <maxLimit> - <absoluteLimit limit="5"/> + <core:absoluteLimit limit="5"/> </maxLimit> </equipmentSlot> </equipmentSlots>