summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2018-08-21 21:04:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-21 21:04:26 +0000
commitb10aff29932d434b3e333f6a92d7d6edf574963d (patch)
tree04d715dfe02e9a95038f45450288d4316dac92a8 /xfa/fwl
parent3cfe89d632315b6bdae3264cc75fc5ed06d36f45 (diff)
downloadpdfium-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/fwl')
-rw-r--r--xfa/fwl/cfx_barcode_unittest.cpp2
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) {