summaryrefslogtreecommitdiff
path: root/test/api
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-09-30 16:59:01 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-10-01 11:40:47 -0700
commit2066295e358159ece5aa5717ad75567d0991a2b6 (patch)
tree7e408c8a512336bab07a4448adb38e9049a57604 /test/api
parent25cd2714e21044e2ee1120f621a626e9395ac0dd (diff)
downloadqtlocation-mapboxgl-2066295e358159ece5aa5717ad75567d0991a2b6.tar.gz
Install RapidJSON from mason
Diffstat (limited to 'test/api')
-rw-r--r--test/api/set_style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/set_style.cpp b/test/api/set_style.cpp
index c3e62def20..23dff0152c 100644
--- a/test/api/set_style.cpp
+++ b/test/api/set_style.cpp
@@ -24,7 +24,7 @@ TEST(API, SetStyle) {
auto observer = Log::removeObserver();
auto flo = dynamic_cast<FixtureLogObserver*>(observer.get());
EXPECT_EQ(1ul, flo->count({ EventSeverity::Error, Event::ParseStyle, -1,
- "Error parsing style JSON at 0: Expect either an object or array at root" }));
+ "Error parsing style JSON at 0: Invalid value." }));
auto unchecked = flo->unchecked();
EXPECT_TRUE(unchecked.empty()) << unchecked;
}