From 916399eb1d8d4ea37d7fe4047656cc1cfce2736b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 Feb 2011 23:41:08 +0200 Subject: testxml: Dont check long seuqenses for duplication. --- testxml/testxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testxml') diff --git a/testxml/testxml.py b/testxml/testxml.py index 26054de..1269852 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -578,7 +578,7 @@ def testSpriteAction(file, name, action, numframes, iserr): name + ", direction: " + direction, False) if lastIndex1 == i1 and lastIndex2 == i2 and offsetX == lastOffsetX \ - and offsetY == lastOffsetY: + and offsetY == lastOffsetY and i1 == i2 and lastIndex1 == lastIndex2: showMsgSprite(file, "duplicate sequence animation for start=" \ + str(i1) + ", end=" + str(i2) + " action: " + \ name + ", direction: " + direction, False) -- cgit v1.2.3-70-g09d2