diff testdata/limits/composite-max-limit-nested.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
children c6e5b8a1948d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/limits/composite-max-limit-nested.xml	Sat Jun 05 18:58:54 2010 +0000
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="EmpireAlt" name="Empire (Extended)" system="default" lang="en">
+	<units>
+		<unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
+			<equipmentSlots>
+				<equipmentSlot name="slot">
+					<maxLimit>
+						<core:compositeMaxLimit>
+							<core:compositeMaxLimit>
+								<core:compositeMaxLimit>
+									<core:compositeMaxLimit>
+										<core:absoluteLimit limit="5"/>
+									</core:compositeMaxLimit>
+								</core:compositeMaxLimit>
+							</core:compositeMaxLimit>
+						</core:compositeMaxLimit>
+					</maxLimit>
+				</equipmentSlot>
+			</equipmentSlots>
+		</unit>
+	</units>
+</race>
\ No newline at end of file