diff options
author | dan sinclair <dsinclair@chromium.org> | 2018-04-16 17:50:07 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-16 17:50:07 +0000 |
commit | cce4d31e6e746bae72f2f31676c12f1d2851ade3 (patch) | |
tree | c8fd72f0229926e1da2aa972e4514972b5bd6f62 /BUILD.gn | |
parent | d08667c174fa302d7dd05ab0b33d61b91fcda63c (diff) | |
download | pdfium-cce4d31e6e746bae72f2f31676c12f1d2851ade3.tar.xz |
Add CXFA_XMLLocale unittests
This CL adds unittests for the CXFA_XMLLocale class.
Change-Id: I1a610754933e5f33e87cb4c13b9bf540e366e6ed
Reviewed-on: https://pdfium-review.googlesource.com/30692
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2937,6 +2937,7 @@ test("pdfium_unittests") { "xfa/fxfa/fm2js/cxfa_fmsimpleexpression_unittest.cpp", "xfa/fxfa/parser/cxfa_node_unittest.cpp", "xfa/fxfa/parser/cxfa_nodeiteratortemplate_unittest.cpp", + "xfa/fxfa/parser/cxfa_xmllocale_unittest.cpp", "xfa/fxfa/parser/xfa_utils_unittest.cpp", ] } |