Code review comment for lp:~nskaggs/music-app/fix-1292044

Revision history for this message
Victor Thompson (vthompson) wrote :

I ran a click test against this change. I think there's instance(s) of calls to 'temp_move_sqlite_db()'--which you are removing.

======================================================================
ERROR: music_app.tests.test_music.TestMainWindow.test_create_playlist_from_songs_tab(with touch)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/phablet/autopilot/music_app/tests/test_music.py", line 26, in setUp
super(TestMainWindow, self).setUp()
File "/home/phablet/autopilot/music_app/tests/__init__.py", line 68, in setUp
self.temp_move_sqlite_db()
AttributeError: 'TestMainWindow' object has no attribute 'temp_move_sqlite_db'

review: Needs Fixing

« Back to merge proposal