Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Fix various items to run unit tests within XCode 6 again #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevendpclark
Copy link
Contributor

  • 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

- 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant