Skip to content

Commit 39e81bc

Browse files
committed
broken test showing that 54518 replays cant be processed
1 parent 52ea388 commit 39e81bc

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
48.3 KB
Binary file not shown.
87.5 KB
Binary file not shown.
78.9 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,15 @@ def test_312(self):
538538
replay =factory.load_replay(replayfilename,load_level=0)
539539
replay =factory.load_replay(replayfilename,load_level=1)
540540

541+
def test_54518(self):
542+
for replayfilename in [
543+
"test_replays/3.14.0.54518/1.SC2Replay",
544+
"test_replays/3.14.0.54518/2.SC2Replay",
545+
"test_replays/3.14.0.54518/3.SC2Replay",
546+
]:
547+
factory = sc2reader.factories.SC2Factory()
548+
replay =factory.load_replay(replayfilename)
549+
541550

542551
class TestGameEngine(unittest.TestCase):
543552
class TestEvent(object):

0 commit comments

Comments
 (0)