diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-14 19:40:05 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-14 19:40:05 +0000 |
commit | 33523ddc865d55db1c7e45eca504f97a97aa5ce0 (patch) | |
tree | f03229a1372bd4958ad456009abe405c4c190db9 /src/tests | |
parent | 82d16c9fb29f35b52868eda8725a86379a98b6fb (diff) | |
download | libbu++-33523ddc865d55db1c7e45eca504f97a97aa5ce0.tar.gz libbu++-33523ddc865d55db1c7e45eca504f97a97aa5ce0.tar.bz2 libbu++-33523ddc865d55db1c7e45eca504f97a97aa5ce0.tar.xz libbu++-33523ddc865d55db1c7e45eca504f97a97aa5ce0.zip |
Now fixed the xml escaping...sigh.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/xmlwritetest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/xmlwritetest.cpp b/src/tests/xmlwritetest.cpp index 54c7a80..a22d19d 100644 --- a/src/tests/xmlwritetest.cpp +++ b/src/tests/xmlwritetest.cpp | |||
@@ -7,9 +7,9 @@ void fillItIn( XmlWriter &w ) | |||
7 | w.addNode("thinglist"); | 7 | w.addNode("thinglist"); |
8 | 8 | ||
9 | w.addNode("thing"); | 9 | w.addNode("thing"); |
10 | w.addProperty("type", "Weapon"); | 10 | w.addProperty("type", " ±î´<M-F6><M-F6>³¸®°êòì¯"); |
11 | 11 | ||
12 | w.addNode("id", "Klophin Staff", true ); | 12 | w.addNode("id", "Klophin²³±¹¸·µ´äêíëã Staff", true ); |
13 | w.addNode("name", "Klophin Staff", true ); | 13 | w.addNode("name", "Klophin Staff", true ); |
14 | w.addNode("durability", "0.01", true ); | 14 | w.addNode("durability", "0.01", true ); |
15 | w.addNode("size", "0.1", true ); | 15 | w.addNode("size", "0.1", true ); |