lebauce / quodlibet

Automatically exported from code.google.com/p/quodlibet
1 stars 0 forks source link

Quod Libet fails its own tests #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[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

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by 6da8103b34.

Original comment by steven.strobe.cc@gmail.com on 18 Jun 2009 at 6:56