mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-09 19:00: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]
|
[TestMethod]
|
||||||
public void TestBadIndex()
|
public void TestBadIndex()
|
||||||
{
|
{
|
||||||
var recompressed = Recompress(_origBadIndex);
|
Assert.IsTrue(Recompress(_origBadIndex).SequenceEqual(_rcmpBadIndex));
|
||||||
Assert.IsTrue(recompressed.SequenceEqual(_rcmpBadIndex));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user