summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-01-19 15:23:31 +0200
committerAndrei Karas <akaras@inbox.ru>2011-01-19 15:23:31 +0200
commit2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae (patch)
tree3443475803ee8d3a90a5d9b0d492c620b87515a0
parentb4c3ca2f6d1b1546390019d2eedd0d0e9a7400cb (diff)
downloadtools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.tar.gz
tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.tar.bz2
tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.tar.xz
tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.zip
Restore checking items.xml in testxml tool.
-rwxr-xr-xtestxml/testxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index b0c387f..ab37bca 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -646,6 +646,6 @@ showHeader()
print "Checking xml file syntax"
enumDirs(parentDir)
loadPaths()
-#testItems("/items.xml", iconsDir)
+testItems("/items.xml", iconsDir)
testMonsters("/monsters.xml")
showFooter()