summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJane Liu <janeliulwq@google.com>2017-06-14 09:56:22 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-06-14 20:57:30 +0000
commitd321ef9bb7143e393deb9b0ff7420c96db6a0e4c (patch)
tree48c3949c86a704525e16624712585b47c763ed3a
parentce67be4c48bf1bdc037141237c1db6ecc2054337 (diff)
downloadpdfium-chromium/3131.tar.xz
Reenabled a flaky testchromium/3131
Reenabling since can't reproduce failure any more. Bug=pdfium:747 Change-Id: I347a994e0a6b389d39162075f7d5d94ae0048984 Reviewed-on: https://pdfium-review.googlesource.com/6590 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
-rw-r--r--fpdfsdk/fpdfannot_embeddertest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/fpdfsdk/fpdfannot_embeddertest.cpp b/fpdfsdk/fpdfannot_embeddertest.cpp
index 274ce5b909..e1da7cc2cd 100644
--- a/fpdfsdk/fpdfannot_embeddertest.cpp
+++ b/fpdfsdk/fpdfannot_embeddertest.cpp
@@ -146,9 +146,7 @@ TEST_F(FPDFAnnotEmbeddertest, AddIllegalSubtypeAnnotation) {
UnloadPage(page);
}
-// TODO(janeliulwq): Re-enable this test once FPDFAnnot_SetColor() stops
-// failing flakily on win_xfa_clang.
-TEST_F(FPDFAnnotEmbeddertest, DISABLED_AddFirstTextAnnotation) {
+TEST_F(FPDFAnnotEmbeddertest, AddFirstTextAnnotation) {
// Open a file with no annotation and load its first page.
ASSERT_TRUE(OpenDocument("hello_world.pdf"));
FPDF_PAGE page = FPDF_LoadPage(document(), 0);