aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Database/Tests/Unit/FLevelDBStorageEngineTests.m
Commit message (Collapse)AuthorAge
* Disabling NSJSON edge case test on iOS 11 (#148)Gravatar Sebastian Schmidt2017-07-20
| | | | | | | | | | * Disabling NSJSON edge case test on iOS 11 * Adding check for iOS * Fix formatting * Using TARGET_OS_IOS instead of TARGET_OS_IPHONE
* Add travis trailing whitespace check (#116)Gravatar Paul Beusterien2017-06-30
| | | | | | * Add travis trailing whitespace check * Remove trailing white space
* Fixing parsing for double numbers (#107)Gravatar Sebastian Schmidt2017-06-27
| | | NSJSONSerialization parses long values as doubles and returns NSNumber that are backed by doubles to the users. For NSNumbers that can be stored as longs, we can overwrite this behavior by re-running the initialization step.
* InitialGravatar Paul Beusterien2017-05-15