mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Merge branch 'develop' into new-save-format
This commit is contained in:
@@ -279,7 +279,8 @@ TEST(SeaDecrypt, DecryptSea)
|
||||
auto path = TestData::GetParkPath("volcania.sea");
|
||||
auto decrypted = DecryptSea(path);
|
||||
auto sha1 = Crypt::SHA1(decrypted.data(), decrypted.size());
|
||||
std::array<uint8_t, 20> expected = { 0x1B, 0x85, 0xFC, 0xC0, 0xE8, 0x9B, 0xBE, 0x72, 0xD9, 0x1F,
|
||||
0x6E, 0xC8, 0xB1, 0xFF, 0xEC, 0x70, 0x2A, 0x72, 0x05, 0xBB };
|
||||
std::array<uint8_t, 20> expected = {
|
||||
0x1B, 0x85, 0xFC, 0xC0, 0xE8, 0x9B, 0xBE, 0x72, 0xD9, 0x1F, 0x6E, 0xC8, 0xB1, 0xFF, 0xEC, 0x70, 0x2A, 0x72, 0x05, 0xBB,
|
||||
};
|
||||
ASSERT_EQ(sha1, expected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user