summaryrefslogtreecommitdiff
path: root/render-test/runner.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-16 11:49:26 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-16 16:25:59 +0300
commit5de27d5200e2edb23d0a23acb917a8cff0bbc4e4 (patch)
tree1216a66abd02ab59da708c2f0ed6a129e6a3bc1d /render-test/runner.hpp
parent1580216469b50d5da26b354c0ef12a5bd60ce121 (diff)
downloadqtlocation-mapboxgl-5de27d5200e2edb23d0a23acb917a8cff0bbc4e4.tar.gz
[test runner] Expectations paths are represented with std::vector
Diffstat (limited to 'render-test/runner.hpp')
-rw-r--r--render-test/runner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/runner.hpp b/render-test/runner.hpp
index 920a9ee372..74cc03ba03 100644
--- a/render-test/runner.hpp
+++ b/render-test/runner.hpp
@@ -17,7 +17,7 @@ public:
/// Returns path of the render tests root directory.
static const std::string& getBasePath();
/// Returns path of mapbox-gl-native expectations directory.
- static const std::string& getPlatformExpectationsPath();
+ static const std::vector<std::string>& getPlatformExpectationsPaths();
private:
bool runOperations(const std::string& key, TestMetadata&);