Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Update mapbox-gl-test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Apr 22, 2015
1 parent 7858a73 commit 2fee882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/headless/headless.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ TEST_P(HeadlessTest, render) {
}
}

if (source->value.HasMember("url")) {
if (source->value.HasMember("url") && source->value["url"].IsString()) {
rewriteLocalScheme(source->value["url"], styleDoc.GetAllocator());
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/suite
Submodule suite updated 223 files

0 comments on commit 2fee882

Please sign in to comment.