From 64ee2c3fe2a21d0471595ae486d7e55e2eadfb57 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 24 Apr 2017 15:04:25 -0700 Subject: Use a pdfium-specific unittest main rather than gtest's We must initialize our partition allocator before calling into any test cases. We can then remove the FPDF_Test class, which did the same thing. Change-Id: I614480fa474b2032052857a02e94781f15a27a4e Reviewed-on: https://pdfium-review.googlesource.com/4473 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- BUILD.gn | 2 +- .../edit/cpdf_pagecontentgenerator_unittest.cpp | 4 +-- core/fxcrt/xml/cfx_saxreader_unittest.cpp | 2 +- core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp | 34 ++++++++++------------ testing/test_support.cpp | 11 ------- testing/test_support.h | 6 ---- testing/unit_test_main.cpp | 16 ++++++++++ xfa/fde/cfde_txtedtbuf_unittest.cpp | 3 +- xfa/fde/css/cfde_cssdeclaration_unittest.cpp | 6 ++-- xfa/fde/css/cfde_cssvaluelistparser_unittest.cpp | 10 +++---- xfa/fxfa/cxfa_ffapp_unittest.cpp | 8 ++--- xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp | 4 +-- xfa/fxfa/parser/xfa_utils_unittest.cpp | 6 ++-- 13 files changed, 48 insertions(+), 64 deletions(-) create mode 100644 testing/unit_test_main.cpp diff --git a/BUILD.gn b/BUILD.gn index a0d999f6f2..23e1cf2dbe 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1878,13 +1878,13 @@ test("pdfium_unittests") { "fpdfsdk/fpdfdoc_unittest.cpp", "fpdfsdk/fpdfeditimg_unittest.cpp", "fpdfsdk/fpdfview_unittest.cpp", + "testing/unit_test_main.cpp", ] deps = [ ":pdfium", ":test_support", "//testing/gmock", "//testing/gtest", - "//testing/gtest:gtest_main", ] include_dirs = [] if (pdf_enable_xfa) { diff --git a/core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp b/core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp index fdf31243b7..b08dd8a852 100644 --- a/core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp +++ b/core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp @@ -17,16 +17,14 @@ #include "testing/test_support.h" #include "third_party/base/ptr_util.h" -class CPDF_PageContentGeneratorTest : public pdfium::FPDF_Test { +class CPDF_PageContentGeneratorTest : public testing::Test { protected: void SetUp() override { - FPDF_Test::SetUp(); CPDF_ModuleMgr::Get()->InitPageModule(); } void TearDown() override { CPDF_ModuleMgr::Destroy(); - FPDF_Test::TearDown(); } void TestProcessPath(CPDF_PageContentGenerator* pGen, diff --git a/core/fxcrt/xml/cfx_saxreader_unittest.cpp b/core/fxcrt/xml/cfx_saxreader_unittest.cpp index 0bb5e1a066..dca93b3a16 100644 --- a/core/fxcrt/xml/cfx_saxreader_unittest.cpp +++ b/core/fxcrt/xml/cfx_saxreader_unittest.cpp @@ -44,7 +44,7 @@ class MockHandler : public CFX_SAXReader::HandlerIface { } // namespace -class CFX_SAXReaderTest : public pdfium::FPDF_Test { +class CFX_SAXReaderTest : public testing::Test { public: void SetHandler(CFX_SAXReader::HandlerIface* handler) { reader_.SetHandler(handler); diff --git a/core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp b/core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp index 09d4fea2d2..c3cc3d26bf 100644 --- a/core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp +++ b/core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp @@ -11,9 +11,7 @@ #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" -class CFX_XMLSyntaxParserTest : public pdfium::FPDF_Test {}; - -TEST_F(CFX_XMLSyntaxParserTest, CData) { +TEST(CFX_XMLSyntaxParserTest, CData) { const char* input = "