Fix the data integrity bug in test_misc.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 22 Jun 2013 22:37:30 +0000 (17:37 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 22 Jun 2013 22:37:30 +0000 (17:37 -0500)
commit56d1346789c2b628aa1af986c101010c426ecc56
treeb90c8fece740897b33ee9eef280cb80133f41489
parent6331e927e47afb937bfde503864b164d49b05abd
Fix the data integrity bug in test_misc.

It turns out this has to do with some additions to the fixture adding
of media entries.  Since the new fake_upload field is True by default,
adding multiple entries that have media_files at once meant that
multiple additions of FileKeynames would be added at once if they were
not saved at the same time.  Tricky!

Thankfully, Elrond helped us figure this one out.  Thanks, Elrond :)

And thanks also to Aapo Rantalainen for sponsoring this commit!
mediagoblin/tests/test_misc.py