We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2012-11-25 16:01:26.789 RegressionTests[43693:11f03] *** Assertion failure in +[AVAnimatorViewTests testAttachTwoDifferentMedia], /Users/mo/Development/QTAnimationiPhone/QTFileParserApp/Classes/Tests/AVAnimatorViewTests.m:1533
frame #3: 0x0002da9a RegressionTests`+[AVAnimatorViewTests testAttachTwoDifferentMedia] + 4986 at AVAnimatorViewTests.m:1533
The issue is that the two returned objects are the same UIImage object:
(lldb) po beforeImage (UIImage *) $1 = 0x07c34470 <UIImage: 0x7c34470>
(lldb) po afterImage (UIImage *) $2 = 0x07c34470 <UIImage: 0x7c34470>
The text was updated successfully, but these errors were encountered:
mdejong
No branches or pull requests
2012-11-25 16:01:26.789 RegressionTests[43693:11f03] *** Assertion failure in +[AVAnimatorViewTests testAttachTwoDifferentMedia], /Users/mo/Development/QTAnimationiPhone/QTFileParserApp/Classes/Tests/AVAnimatorViewTests.m:1533
The issue is that the two returned objects are the same UIImage object:
(lldb) po beforeImage
(UIImage *) $1 = 0x07c34470 <UIImage: 0x7c34470>
(lldb) po afterImage
(UIImage *) $2 = 0x07c34470 <UIImage: 0x7c34470>
The text was updated successfully, but these errors were encountered: