annotate PrefTestPref.xml @ 27:16c28954b559

* Start to unit test array utility methods before refactoring them to bring them up to date * Add some Preference-related tests that have been hanging around for a while no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Aug 2010 20:02:13 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="ISO-8859-1"?>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <!DOCTYPE races[
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <!ELEMENT preferences (preferece*)>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <!ELEMENT preference (CDATA|preferenceArr)>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <!ELEMENT preferenceArr (CDATA)>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 <!ATTLIST preference id ID #REQUIRED>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 <!ATTLIST preference type CDATA #REQUIRED>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 <!ATTLIST preferenceArr id ID #REQUIRED>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 ]>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 <preferences>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 <preference id="boolVal" type="System.Boolean">true</preference>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <preference id="stringVal" type="System.String">some string here</preference>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <preference id="byteVal" type="System.Byte">255</preference>
16c28954b559 * Start to unit test array utility methods before refactoring them to bring them up to date
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 </preferences>