tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.19k stars 645 forks source link

Test errors #573

Open bootstraponline opened 8 years ago

bootstraponline commented 8 years ago

I'm seeing the following errors when running the tests from Xcode 7.1.1 on OS X 10.11.1. I think it has to do with testing uninitialized values?

Name: Hamcrest Error
Reason: /appledoc/Testing/GBObjectsAssertor.m:129: matcher error: Expected is <140733193388033>, got <1>

Name: Hamcrest Error
Reason: /appledoc/Testing/GBObjectsAssertor.m:129: matcher error: Expected is <140733193388033>, got <1>

Name: Hamcrest Error
Reason: /appledoc/Testing/GBObjectsAssertor.m:129: matcher error: Expected is <140733193388033>, got <1>

Name: Hamcrest Error
Reason: /appledoc/Testing/GBObjectsAssertor.m:129: matcher error: Expected is <140733193388033>, got <1>

Name: Hamcrest Error
Reason: /appledoc/Testing/GBObjectsAssertor.m:129: matcher error: Expected is <140733193388033>, got <1>
appledoc_test_errors
tomaz commented 8 years ago

This is possible explanation. Unit tests were neglected for a long time...