summaryrefslogtreecommitdiff
path: root/test/map/map.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/map/map.test.cpp')
-rw-r--r--test/map/map.test.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp
index a0cd64bdd5..3eb01a7383 100644
--- a/test/map/map.test.cpp
+++ b/test/map/map.test.cpp
@@ -315,8 +315,11 @@ TEST(Map, Offline) {
test.map.getStyle().loadURL(prefix + "style.json");
+#if ANDROID
+ test::checkImage("test/fixtures/map/offline", test.frontend.render(test.map).image, 0.0045, 0.1);
+#else
test::checkImage("test/fixtures/map/offline", test.frontend.render(test.map).image, 0.0015, 0.1);
-
+#endif
NetworkStatus::Set(NetworkStatus::Status::Online);
}