summaryrefslogtreecommitdiff
path: root/render-test/parser.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-03 16:01:40 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-08 00:22:42 +0200
commit8fbd4f2530855348d287678ffddc30e4577a336b (patch)
tree112f524d4f12753c855fcb7529c4e3ef2f93f1fb /render-test/parser.hpp
parent19b279f7261899aecbd28dbb5311f6b8b2ba166b (diff)
downloadqtlocation-mapboxgl-8fbd4f2530855348d287678ffddc30e4577a336b.tar.gz
[render-test] Effectively use the offline cache for fixtures
Diffstat (limited to 'render-test/parser.hpp')
-rw-r--r--render-test/parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/render-test/parser.hpp b/render-test/parser.hpp
index 905118b401..a54af34345 100644
--- a/render-test/parser.hpp
+++ b/render-test/parser.hpp
@@ -24,8 +24,8 @@ std::vector<std::string> readExpectedJSONEntries(const mbgl::filesystem::path& b
TestMetrics readExpectedMetrics(const mbgl::filesystem::path& path);
-TestMetadata parseTestMetadata(const TestPaths& paths, const Manifest& manifest);
-TestOperations parseTestOperations(TestMetadata& metadata, const Manifest& manifest);
+TestMetadata parseTestMetadata(const TestPaths& paths);
+TestOperations parseTestOperations(TestMetadata& metadata);
std::string createResultPage(const TestStatistics&, const std::vector<TestMetadata>&, bool shuffle, uint32_t seed);
@@ -66,4 +66,4 @@ extern const std::string panGestureOp;
extern const std::string gfxProbeOp;
extern const std::string gfxProbeStartOp;
extern const std::string gfxProbeEndOp;
-} // namespace TestOperationNames \ No newline at end of file
+} // namespace TestOperationNames