summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp')
-rw-r--r--xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp b/xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp
index a61203cc0b..45f1d16e35 100644
--- a/xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp
+++ b/xfa/fxfa/fm2js/cxfa_fm2jscontext_embeddertest.cpp
@@ -251,6 +251,8 @@ TEST_F(FM2JSContextEmbedderTest, Min) {
const char* program;
int result;
} tests[] = {{"Min(234, 15, 107)", 15},
+ // TODO(dsinclair): Verify with Reader; I believe this should
+ // have a return of 0.
// {"Min(\"abc\", 15, \"Tony Blue\")", 15},
{"Min(\"abc\")", 0}};
@@ -282,7 +284,7 @@ TEST_F(FM2JSContextEmbedderTest, Mod) {
}
}
-TEST_F(FM2JSContextEmbedderTest, DISABLED_Round) {
+TEST_F(FM2JSContextEmbedderTest, Round) {
ASSERT_TRUE(OpenDocument("simple_xfa.pdf"));
struct {