summaryrefslogtreecommitdiff
path: root/test/sprite
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-08-26 13:46:54 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-09-15 14:05:23 +0200
commitd1d523686c01aacee1f1f9b6f6c7f22a6ff54d14 (patch)
tree45e6209ce30bf0e78d8b8690ead61e93befeb0a3 /test/sprite
parentd6c958ba5fab8318be09d0c60a2eccd9ccbd7186 (diff)
downloadqtlocation-mapboxgl-d1d523686c01aacee1f1f9b6f6c7f22a6ff54d14.tar.gz
[core] upgrade RapidJSON to 1.1.0
Diffstat (limited to 'test/sprite')
-rw-r--r--test/sprite/sprite_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sprite/sprite_parser.cpp b/test/sprite/sprite_parser.cpp
index 85a5387898..8d32d081bf 100644
--- a/test/sprite/sprite_parser.cpp
+++ b/test/sprite/sprite_parser.cpp
@@ -212,7 +212,7 @@ TEST(Sprite, SpriteParsingInvalidJSON) {
const auto error = parseSprite(image_1x, json_1x).get<std::exception_ptr>();
EXPECT_EQ(util::toString(error),
- std::string("Failed to parse JSON: Missing a closing quotation mark in string. at offset 13"));
+ std::string("Failed to parse JSON: Missing a closing quotation mark in string. at offset 14"));
}
TEST(Sprite, SpriteParsingEmptyImage) {