todo.txt-ios icon indicating copy to clipboard operation
todo.txt-ios copied to clipboard

Fix various items to run unit tests within XCode 6 again

Open stevendpclark opened this issue 10 years ago • 0 comments

  • Upgrade to latest OCMock 3.1 so we can test against 64bit cpus
  • Fix StringsTest.m XCTAssertEqual no longer supports c structs, convert to use NSEqualRanges wrapped within an XCAssertTrue
  • Switched the originalText within Task.h from a weak pointer to a strong to make existing test cases pass again. Not sure if this was broken before hand or is something new with a later revision of iOS

stevendpclark avatar Oct 19 '14 03:10 stevendpclark