mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -36,8 +36,10 @@ namespace DiscImageChef.Tests.Filters
|
||||
[TestFixture]
|
||||
public class LZip
|
||||
{
|
||||
static readonly byte[] ExpectedFile = { 0x3f, 0x7b, 0x77, 0x3e, 0x52, 0x48, 0xd5, 0x26, 0xf4, 0xb1, 0xac, 0x15, 0xb2, 0xb3, 0x5f, 0x87 };
|
||||
static readonly byte[] ExpectedContents = { 0x18, 0x90, 0x5a, 0xf9, 0x83, 0xd8, 0x2b, 0xdd, 0x1a, 0xcc, 0x69, 0x75, 0x4f, 0x0f, 0x81, 0x5e };
|
||||
static readonly byte[] ExpectedFile =
|
||||
{0x3f, 0x7b, 0x77, 0x3e, 0x52, 0x48, 0xd5, 0x26, 0xf4, 0xb1, 0xac, 0x15, 0xb2, 0xb3, 0x5f, 0x87};
|
||||
static readonly byte[] ExpectedContents =
|
||||
{0x18, 0x90, 0x5a, 0xf9, 0x83, 0xd8, 0x2b, 0xdd, 0x1a, 0xcc, 0x69, 0x75, 0x4f, 0x0f, 0x81, 0x5e};
|
||||
readonly string location;
|
||||
|
||||
public LZip()
|
||||
@@ -92,4 +94,4 @@ namespace DiscImageChef.Tests.Filters
|
||||
Assert.AreEqual(ExpectedContents, result);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user