GeoIP2-swift/Tests/MaxMindDBReaderTests
Adam Rocska 7bc612efee ControlByte constructor got changed, because the byte sequence is at least 1 byte, at most 5 bytes long.
Signed-off-by: Adam Rocska <adam.rocska@adams.solutions>
2020-04-30 14:43:44 +02:00
..
DataExtensions Bada test class naming fixed. 2020-04-29 17:07:57 +02:00
ControlByteTest.swift ControlByte constructor got changed, because the byte sequence is at least 1 byte, at most 5 bytes long. 2020-04-30 14:43:44 +02:00
GeoLite2-Country.mmdb Committing half made not working code to ask for some help. The search algorithm gets stuck at index 20990 as if it was an overflow, while it can't be an overflow, since it's a typealias for Int, and also, it's not a square number. Weird. Bughunting. 2020-04-29 13:03:10 +02:00
MetadataStructTest.swift Figured out a rather unorthodox, and unsafe way of transforming `Data` to certain Swift types. Will come in handy to represent the MaxMindDB somehow. 2020-04-29 18:01:16 +02:00
UInt8Test.swift Finally got a concept on how to program this in a non-convoluted way. 2020-04-30 13:27:23 +02:00
XCTestCase.swift
XCTestManifests.swift