diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-06-15 21:32:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 21:32:44 +0200 |
| commit | 9bc1b652fed28caac9042c42fce33f89363a88d3 (patch) | |
| tree | b63abc0fa01567a85261a3872746a5dcfa9adeb1 /Source/UnitTests/Core | |
| parent | 743284d39d0d64efce073a38ffd2e17118455cd2 (diff) | |
| parent | a370ad5f6d43ea63496f05e081603ce4300261e9 (diff) | |
Merge pull request #5601 from leoetlino/esformats-additions
ESFormats additions and fixes
Diffstat (limited to 'Source/UnitTests/Core')
| -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); |
