diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-06 11:34:03 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-06 17:28:06 +0000 |
commit | 19fad57424146f0987265c701a58450c43f09008 (patch) | |
tree | 597c7c772124176851bacaedda256c24070e068d /BUILD.gn | |
parent | 9a8a965829be736e3d7b0f20f6b1ef21d9af1b6e (diff) | |
download | pdfium-19fad57424146f0987265c701a58450c43f09008.tar.xz |
Adding tests for CFX_RTFBreak
This CL starts adding tests to the CFX_RTFBreak class. In doing so, the code
to append char has been simplified to make it clearer.
Change-Id: I5a2c8c114b52e1efa0c41a18670c6542b733baae
Reviewed-on: https://pdfium-review.googlesource.com/2900
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1796,6 +1796,7 @@ test("pdfium_unittests") { "xfa/fde/css/cfde_cssstylesheet_unittest.cpp", "xfa/fde/css/cfde_cssvaluelistparser_unittest.cpp", "xfa/fde/xml/fde_xml_imp_unittest.cpp", + "xfa/fgas/layout/fgas_rtfbreak_unittest.cpp", "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", "xfa/fxfa/app/cxfa_textparser_unittest.cpp", "xfa/fxfa/app/xfa_ffapp_unittest.cpp", |