diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-19 15:23:31 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-19 15:23:31 +0200 |
commit | 2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae (patch) | |
tree | 3443475803ee8d3a90a5d9b0d492c620b87515a0 | |
parent | b4c3ca2f6d1b1546390019d2eedd0d0e9a7400cb (diff) | |
download | tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.tar.gz tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.tar.bz2 tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.tar.xz tools-2cb241ca6bfb848d31eb208dedd0cfa2bfb851ae.zip |
Restore checking items.xml in testxml tool.
-rwxr-xr-x | testxml/testxml.py | 2 |
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() |