1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Removed refreshDetailsWithSelected which wasn't needed anymore.

This commit is contained in:
Virgil Dupras
2010-02-05 20:32:57 +01:00
parent c8cd05c07d
commit 484512e35b
10 changed files with 12 additions and 38 deletions

View File

@@ -253,11 +253,9 @@ class TCDupeGuru(TestCase):
def test_refreshDetailsWithSelected(self):
self.app.SelectPowerMarkerNodePaths(r2np([0,2]))
self.app.RefreshDetailsWithSelected()
eq_(self.dpanel.row(0), ('Filename', 'bar bleh', 'foo bar'))
self.check_gui_calls(self.dpanel_gui, ['refresh'])
self.app.SelectPowerMarkerNodePaths([])
self.app.RefreshDetailsWithSelected()
eq_(self.dpanel.row(0), ('Filename', '---', '---'))
self.check_gui_calls(self.dpanel_gui, ['refresh'])