Skip to content

Commit 7d12c2a

Browse files
committed
introduce failing test for 38749
1 parent ea6a7a1 commit 7d12c2a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test_replays/3.0.0.38749/1.SC2Replay

169 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ def test_30_apms(self):
450450
print player.name, player.avg_apm
451451
self.assertTrue(player.avg_apm > 110)
452452

453+
def test_38749(self):
454+
replay = sc2reader.load_replay("test_replays/3.0.0.38749/1.SC2Replay")
455+
self.assertEqual(replay.expansion, 'HotS')
456+
453457

454458
class TestGameEngine(unittest.TestCase):
455459
class TestEvent(object):

0 commit comments

Comments
 (0)