summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/IOS/ES/FormatsTest.cpp
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-06-15 21:32:44 +0200
committerGitHub <noreply@github.com>2017-06-15 21:32:44 +0200
commit9bc1b652fed28caac9042c42fce33f89363a88d3 (patch)
treeb63abc0fa01567a85261a3872746a5dcfa9adeb1 /Source/UnitTests/Core/IOS/ES/FormatsTest.cpp
parent743284d39d0d64efce073a38ffd2e17118455cd2 (diff)
parenta370ad5f6d43ea63496f05e081603ce4300261e9 (diff)
Merge pull request #5601 from leoetlino/esformats-additions
ESFormats additions and fixes
Diffstat (limited to 'Source/UnitTests/Core/IOS/ES/FormatsTest.cpp')
-rw-r--r--Source/UnitTests/Core/IOS/ES/FormatsTest.cpp2
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);