summaryrefslogtreecommitdiff
path: root/testing/embedder_test.h
diff options
context:
space:
mode:
authorWei Li <weili@chromium.org>2015-11-09 12:09:55 -0800
committerWei Li <weili@chromium.org>2015-11-09 12:09:55 -0800
commit091f7a070d58e1f8de6bbfdc5b60e1cef84e58c3 (patch)
treeb1d303ad5e74be376c84bf76502d19d6290a7329 /testing/embedder_test.h
parent3beeeeeb2ca45d54b34e4cc80fb137980e2f7aae (diff)
downloadpdfium-091f7a070d58e1f8de6bbfdc5b60e1cef84e58c3.tar.xz
Merge to XFA: Add path service to retrieve test data directory at run time so tests can be run from any directory.
Previously the tests which read test files assume the current directory is under pdfium. Running from any other directory will break the build. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1408003014 . (cherry picked from commit c0e93a9a942fe7d99800502a61d2fbb58cf9276f) Conflicts: core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp fpdfsdk/src/fpdfdoc_embeddertest.cpp testing/embedder_test.cpp testing/embedder_test.h Review URL: https://codereview.chromium.org/1411403012 .
Diffstat (limited to 'testing/embedder_test.h')
-rw-r--r--testing/embedder_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index 660acc386f..a5b5e33fae 100644
--- a/testing/embedder_test.h
+++ b/testing/embedder_test.h
@@ -80,6 +80,8 @@ class EmbedderTest : public ::testing::Test,
// Open the document specified by |filename|, and create its form fill
// environment, or return false on failure.
+ // The filename is relative to the test data directory where we store all the
+ // test files.
virtual bool OpenDocument(const std::string& filename);
// Perform JavaScript actions that are to run at document open time.