diff options
Diffstat (limited to 'src/tests/xmlwritetest.cpp')
-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 ); |