mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-05 17:09:06 +03:00
Add compression tests.
This commit is contained in:
parent
f066c27857
commit
fcc2c74399
@ -29,8 +29,7 @@ namespace Syroot.Worms.Mgame.Test
|
||||
[TestMethod]
|
||||
public void TestBadIndex()
|
||||
{
|
||||
var recompressed = Recompress(_origBadIndex);
|
||||
Assert.IsTrue(recompressed.SequenceEqual(_rcmpBadIndex));
|
||||
Assert.IsTrue(Recompress(_origBadIndex).SequenceEqual(_rcmpBadIndex));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
Loading…
x
Reference in New Issue
Block a user