From 6c3069be970965d12bed927181e64068d6b96c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 11 Jun 2017 13:24:45 +0200 Subject: IOS/ESFormats: Use SignedBlobReader for TMDs and tickets --- Source/UnitTests/Core/IOS/ES/FormatsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Core/IOS/ES/FormatsTest.cpp') 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& dolphin_tmd_bytes = m_tmd.GetRawTMD(); + const std::vector& 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); -- cgit v1.2.3