[159] Fix failing tests.
test_formats__audio.TAudioFile.test_performers was failing because
the ~performers and ~people tags were title-cased.
test_browsers__search.TSearchBar was failing because it tried to
access a SongLibrarian; normally that's set up when the main
library is created (library.init()), but since that doesn't happen
in the tests, it must be manually created.
Original issue reported on code.google.com by steven.strobe.cc@gmail.com on 21 Mar 2009 at 11:59
Original issue reported on code.google.com by
steven.strobe.cc@gmail.com
on 21 Mar 2009 at 11:59Attachments: