Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Dmitrii Chichuk afe80a3c26 Fix visibility block 2020-04-28 18:48:42 +04:00
Dmitrii Chichuk 16773e6664 Address PR feedbacks 2020-04-28 15:09:40 +04:00
Dmitrii Chichuk cf01c2f3eb Replace MRC with ARC 2020-04-27 15:46:56 +04:00
Ivan Matkov a9f26321a7 Move utils and tests out of source folder 2020-04-27 12:49:57 +03:00
Ivan Matkov 90715b8221 Do not crash on null values 2019-10-14 15:57:48 +03:00
Landon Fuller 7abc6e83b7
Add an OCUnit API compatibility shim and update the Mac OS X test bundle to use XCTest.
This allows us to leave existing test cases entirely unmodified while
switching the project over to XCTest. Unfortunately, this also means
that we lose test support on legacy platforms (i.e. iOS <= 5.x) that do
not support XCTest.

Given that Apple actively discourages legacy support, it doesn't seem
worth blocking compatibility with newer Xcode releases while we try to
find a mechanism to support both OCUnit *and* XCTest.

This commit does not update the iOS targets, and the test runnability
is broken pending those changes.

Issue: PLCR-548
2015-02-19 11:30:58 -07:00