Skip to content
New issue

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

Random failure in testAttachTwoDifferentMedia in AVAnimatorViewTests.m #1

Open
mdejong opened this issue Nov 26, 2012 · 0 comments
Open
Assignees

Comments

@mdejong
Copy link
Owner

mdejong commented Nov 26, 2012

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant