diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-08-21 21:04:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-21 21:04:26 +0000 |
commit | b10aff29932d434b3e333f6a92d7d6edf574963d (patch) | |
tree | 04d715dfe02e9a95038f45450288d4316dac92a8 /xfa | |
parent | 3cfe89d632315b6bdae3264cc75fc5ed06d36f45 (diff) | |
download | pdfium-b10aff29932d434b3e333f6a92d7d6edf574963d.tar.xz |
Remove excessive padding above and below PDF417 barcodes.
Bug: pdfium:1135
Change-Id: Iea16a65a5eebcb914192eb49de17a2c4eda83320
Reviewed-on: https://pdfium-review.googlesource.com/40690
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fwl/cfx_barcode_unittest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfx_barcode_unittest.cpp b/xfa/fwl/cfx_barcode_unittest.cpp index 38aafeebf8..953bb1cd1f 100644 --- a/xfa/fwl/cfx_barcode_unittest.cpp +++ b/xfa/fwl/cfx_barcode_unittest.cpp @@ -131,7 +131,7 @@ TEST_F(BarcodeTest, Pdf417) { EXPECT_TRUE(Create(BC_PDF417)); EXPECT_TRUE(barcode()->Encode(L"clams")); RenderDevice(); - EXPECT_EQ("35e94f2da8649fb1402534cc65085999", BitmapChecksum()); + EXPECT_EQ("191e35d11613901b7d5d51033689aa89", BitmapChecksum()); } TEST_F(BarcodeTest, DataMatrix) { |