1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

[#149 state:fixed] Fixed crash on result saving.

This commit is contained in:
Virgil Dupras
2011-04-13 16:59:02 +02:00
parent f28ffc680a
commit 54ffcfab79
3 changed files with 32 additions and 2 deletions

View File

@@ -137,6 +137,7 @@ class TestCaseDupeGuru:
eq_(len(app.results.groups), 0)
def test_rename_when_nothing_is_selected(self):
# Issue #140
# It's possible that rename operation has its selected row swept off from under it, thus
# making the selected row None. Don't crash when it happens.
dgapp = DupeGuru()