diff testdata/xml-factory-util/invalid-contained-id.armyx @ 69:b2517bb113d0

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Validate loading of different key/keyref options in army file This may be all of it, but needs checking
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jul 2010 20:04:16 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/xml-factory-util/invalid-contained-id.armyx	Sun Jul 04 20:04:16 2010 +0000
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<army xmlns="http://ibboard.co.uk/warfoundry/army" xmlns:core="http://ibboard.co.uk/warfoundry/core" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="army" name="" system="" race="" maxPoints="100">
+	<units>
+		<unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10">
+			<contains>
+				<containedUnit containedID="unit2" />
+			</contains>
+		</unit>
+	</units>
+</army>
\ No newline at end of file