| Index: core/fpdfapi/page/cpdf_streamparser_unittest.cpp
|
| diff --git a/core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp b/core/fpdfapi/page/cpdf_streamparser_unittest.cpp
|
| similarity index 96%
|
| rename from core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp
|
| rename to core/fpdfapi/page/cpdf_streamparser_unittest.cpp
|
| index 52ebf1ef09fb4b9409d5edac2ebfb22d8c181e0f..f2a5a542f8c0c493c6773f965127c6d5b3d5013f 100644
|
| --- a/core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp
|
| +++ b/core/fpdfapi/page/cpdf_streamparser_unittest.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "core/fpdfapi/page/pageint.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -TEST(fpdf_page_parser_old, ReadHexString) {
|
| +TEST(cpdf_streamparser, ReadHexString) {
|
| {
|
| // Position out of bounds.
|
| uint8_t data[] = "12ab>";
|
|
|