Mercurial > repos > IBBoard.Tests
annotate PrefTestPref.xml @ 47:66eee91f51b3
Fixes #49: XmlResourceResolver fails with HTML DTD on Windows
* Add unit test for HTML-style resolving
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 01 Sep 2012 11:53:37 +0100 |
parents | 16c28954b559 |
children |
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> |