From 5c3e5c13b9fc0285c47493eca1f9363a218d12a8 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Fri, 23 Jun 2017 11:48:57 -0400 Subject: Cleaning up fx_string_testhelpers. This is unused except for being a pathway for indirect deps. Change-Id: I717290235ccbc59429ad24231033382958e2a086 Reviewed-on: https://pdfium-review.googlesource.com/6910 Reviewed-by: Tom Sepez Commit-Queue: Henrique Nakashima --- fpdfsdk/fpdfdoc_embeddertest.cpp | 1 - fpdfsdk/fpdfsave_embeddertest.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'fpdfsdk') diff --git a/fpdfsdk/fpdfdoc_embeddertest.cpp b/fpdfsdk/fpdfdoc_embeddertest.cpp index 2472db9746..f069ec2631 100644 --- a/fpdfsdk/fpdfdoc_embeddertest.cpp +++ b/fpdfsdk/fpdfdoc_embeddertest.cpp @@ -10,7 +10,6 @@ #include "public/fpdf_edit.h" #include "public/fpdfview.h" #include "testing/embedder_test.h" -#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" diff --git a/fpdfsdk/fpdfsave_embeddertest.cpp b/fpdfsdk/fpdfsave_embeddertest.cpp index 918727027f..e5d05c98df 100644 --- a/fpdfsdk/fpdfsave_embeddertest.cpp +++ b/fpdfsdk/fpdfsave_embeddertest.cpp @@ -11,7 +11,6 @@ #include "public/fpdf_ppo.h" #include "public/fpdfview.h" #include "testing/embedder_test.h" -#include "testing/fx_string_testhelpers.h" #include "testing/gmock/include/gmock/gmock-matchers.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" @@ -31,7 +30,6 @@ TEST_F(FPDFSaveEmbedderTest, SaveSimpleDocWithVersion) { EXPECT_THAT(GetString(), testing::StartsWith("%PDF-1.4\r\n")); EXPECT_EQ(843u, GetString().length()); } - TEST_F(FPDFSaveEmbedderTest, SaveSimpleDocWithBadVersion) { EXPECT_TRUE(OpenDocument("hello_world.pdf")); EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, -1)); -- cgit v1.2.3