Mercurial > repos > IBBoard.WarFoundry.API.Tests
annotate testdata/extended-data.systemx @ 155:3725fd449c77
Re #353: Handle unloaded units being referenced outside factory
* Add mock factory and use it in tests
All tests now pass (including tests that started failing because of unit loading order - triggered by requirement changes)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 04 Jul 2011 20:03:47 +0000 |
parents | d4f6e9ac981e |
children |
rev | line source |
---|---|
42
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
2 <system xmlns="http://ibboard.co.uk/warfoundry/system" xmlns:cats="http://ibboard.co.uk/warfoundry/cats" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="test" name="Test Game System" warn="false" extraAttrib="value" ext:extraAttrib="en"> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
3 <categories extraAttrib="value" ext:extraAttrib="en"> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
4 <cats:cat id="cat1" name="Characters" minPercentage="0" maxPercentage="50" extraAttrib="value" ext:extraAttrib="en"> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
5 <child></child> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
6 <child></child> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
7 </cats:cat> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
8 </categories> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
9 <sysStatsList defaultStats="whDefault" extraAttrib="value" ext:extraAttrib="en"> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
10 <sysStats id="whDefault" extraAttrib="value" ext:extraAttrib="en"> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
11 <sysStat name="M" extraAttrib="value" ext:extraAttrib="en"> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
12 <child></child> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
13 <child></child> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
14 </sysStat> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
15 </sysStats> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
16 </sysStatsList> |
d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
17 </system> |