diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2017-06-11 13:24:45 +0200 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2017-06-14 22:45:29 +0200 |
| commit | 6c3069be970965d12bed927181e64068d6b96c3f (patch) | |
| tree | a872bd2df6f10f49a589062164cece9635e94468 /Source/UnitTests/Core/IOS/ES/FormatsTest.cpp | |
| parent | 2ec04675c9c440010cb3bb5b8c60079a99255954 (diff) | |
IOS/ESFormats: Use SignedBlobReader for TMDs and tickets
Diffstat (limited to 'Source/UnitTests/Core/IOS/ES/FormatsTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/IOS/ES/FormatsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/IOS/ES/FormatsTest.cpp b/Source/UnitTests/Core/IOS/ES/FormatsTest.cpp index b249fe8419..4f76bbd51e 100644 --- a/Source/UnitTests/Core/IOS/ES/FormatsTest.cpp +++ b/Source/UnitTests/Core/IOS/ES/FormatsTest.cpp @@ -76,7 +76,7 @@ void TMDReaderTest::TestGeneralInfo() void TMDReaderTest::TestRawTMDAndView() { - const std::vector<u8>& dolphin_tmd_bytes = m_tmd.GetRawTMD(); + const std::vector<u8>& dolphin_tmd_bytes = m_tmd.GetBytes(); // Separate check because gtest prints neither the size nor the full buffer. EXPECT_EQ(m_raw_tmd.size(), dolphin_tmd_bytes.size()); EXPECT_EQ(m_raw_tmd, dolphin_tmd_bytes); |
