summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
diff options
context:
space:
mode:
Diffstat (limited to 'testxml/testxml.py')
-rwxr-xr-xtestxml/testxml.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index bed95c1..70b2865 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -1120,6 +1120,10 @@ def testItems(fileName, imgDir):
if description == "":
print "warn: " + fileName + ": missing description attribute on id=" + id
warnings = warnings + 1
+ elif description == ".":
+ print "warn: " + fileName + ": broken description attribute on id=" + id
+ warnings = warnings + 1
+
if missile != "":
testParticle(id, missile, fileName)