summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLOfflinePackTests.m
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Fix MGLOfflinePack invalidate crash (#15582)Julian Rex2019-09-181-40/+0
|
* [ios] Standardize exception definitionsJason Wray2018-08-091-4/+4
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-3/+3
|
* [ios] Updated offline pack testsMinh Nguyễn2016-04-271-1/+5
| | | | Updated the MGLOfflinePackProgress boxing test to test the two new fields. Wordsmithed the documentation a bit. Updated the changelog.
* [ios, osx] Took advantage of C99Minh Nguyễn2016-04-161-4/+0
| | | | Now that #4641 has removed the prohibition against C99 extensions, this change removes many pragma statements that suppress warnings about variadic macros and designated initializers. Designated initializers and Elvis operators have been introduced wherever appropriate.
* [ios, osx] Shared test bundleMinh Nguyễn2016-04-161-0/+40
The iOS and OS X SDKs now share a non-UI test bundle. Moved the iOS UI test bundle into a uitest/ subdirectory and moved the OS X SDK tests into the darwin/ subdirectory. Upgraded KIF to v3.4.2.