-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Database setup
-
None
With the 2013-10-14 VM image from http://wiki.musicbrainz.org/MusicBrainz_Server/Setup, running "prove -l t/" fails with:
...
# Failed test 'all'
# at /usr/share/perl/5.14/Test/Builder.pm line 239.
Can't locate object method "shift_deliveries" via package "Email::Sender::Transport::Test" at t/lib/t/MusicBrainz/Server/Controller/User/Edit.pm line 46.
# Child (t::MusicBrainz::Server::Controller::User::Edit) exited without calling finalize()
not ok 54 - t::MusicBrainz::Server::Controller::User::Edit
...
This is because the Ubuntu ship Email::Sender 0.110001 but the shift_deliveries method was first introduced in 0.120002.