diff testdata/unit-in-specified-main-category.armyx @ 52:97ea355f9564

Re #270: Add multiple categories to API * Add tests for army loading to make sure that units go back in same category
author IBBoard <dev@ibboard.co.uk>
date Wed, 19 May 2010 20:05:52 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/unit-in-specified-main-category.armyx	Wed May 19 20:05:52 2010 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<army xmlns="http://ibboard.co.uk/warfoundry/army" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="army" name="" system="wh" race="empire" maxPoints="100">
+	<units>
+		<unit id="unit1" unitType="Empire1" unitName="General Bob" size="1" category="cat1"/>
+	</units>
+</army>
\ No newline at end of file