mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 13:44:37 +00:00
Fixed app_test which was broken since connext() calls aren't made by the gui themselves.
This commit is contained in:
parent
cab6d924aa
commit
64c1087856
@ -169,6 +169,9 @@ class TCDupeGuruWithResults(TestCase):
|
|||||||
self.dtree = DirectoryTree(self.dtree_gui, self.app)
|
self.dtree = DirectoryTree(self.dtree_gui, self.app)
|
||||||
self.rtree_gui = CallLogger()
|
self.rtree_gui = CallLogger()
|
||||||
self.rtree = ResultTree(self.rtree_gui, self.app)
|
self.rtree = ResultTree(self.rtree_gui, self.app)
|
||||||
|
self.dpanel.connect()
|
||||||
|
self.dtree.connect()
|
||||||
|
self.rtree.connect()
|
||||||
tmppath = self.tmppath()
|
tmppath = self.tmppath()
|
||||||
io.mkdir(tmppath + 'foo')
|
io.mkdir(tmppath + 'foo')
|
||||||
io.mkdir(tmppath + 'bar')
|
io.mkdir(tmppath + 'bar')
|
||||||
@ -443,6 +446,7 @@ class TCDupeGuru_renameSelected(TestCase):
|
|||||||
self.files = files
|
self.files = files
|
||||||
self.rtree_gui = CallLogger()
|
self.rtree_gui = CallLogger()
|
||||||
self.rtree = ResultTree(self.rtree_gui, self.app)
|
self.rtree = ResultTree(self.rtree_gui, self.app)
|
||||||
|
self.rtree.connect()
|
||||||
|
|
||||||
def test_simple(self):
|
def test_simple(self):
|
||||||
app = self.app
|
app = self.app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user