mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -36,8 +36,10 @@ namespace DiscImageChef.Tests.Filters
|
||||
[TestFixture]
|
||||
public class GZip
|
||||
{
|
||||
static readonly byte[] ExpectedFile = { 0x35, 0xe2, 0x9c, 0x9d, 0x05, 0x1b, 0x6d, 0xa6, 0x6c, 0x24, 0xeb, 0x30, 0xe8, 0xd2, 0xa6, 0x6b };
|
||||
static readonly byte[] ExpectedContents = { 0x18, 0x90, 0x5a, 0xf9, 0x83, 0xd8, 0x2b, 0xdd, 0x1a, 0xcc, 0x69, 0x75, 0x4f, 0x0f, 0x81, 0x5e };
|
||||
static readonly byte[] ExpectedFile =
|
||||
{0x35, 0xe2, 0x9c, 0x9d, 0x05, 0x1b, 0x6d, 0xa6, 0x6c, 0x24, 0xeb, 0x30, 0xe8, 0xd2, 0xa6, 0x6b};
|
||||
static readonly byte[] ExpectedContents =
|
||||
{0x18, 0x90, 0x5a, 0xf9, 0x83, 0xd8, 0x2b, 0xdd, 0x1a, 0xcc, 0x69, 0x75, 0x4f, 0x0f, 0x81, 0x5e};
|
||||
readonly string location;
|
||||
|
||||
public GZip()
|
||||
@@ -92,4 +94,4 @@ namespace DiscImageChef.Tests.Filters
|
||||
Assert.AreEqual(ExpectedContents, result);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user