Fixed merging error in changeset 3912934e99ba (issue #19733).
This commit is contained in:
parent
40dcf7f0be
commit
7610ec2693
|
@ -260,13 +260,8 @@ class MenubuttonTest(AbstractLabelTest, unittest.TestCase):
|
|||
|
||||
test_highlightthickness = StandardOptionsTests.test_highlightthickness.im_func
|
||||
|
||||
<<<<<<<
|
||||
=======
|
||||
test_highlightthickness = StandardOptionsTests.test_highlightthickness
|
||||
|
||||
@unittest.skipIf(sys.platform == 'darwin',
|
||||
'crashes with Cocoa Tk (issue19733)')
|
||||
>>>>>>>
|
||||
def test_image(self):
|
||||
widget = self.create()
|
||||
image = Tkinter.PhotoImage('image1')
|
||||
|
|
Loading…
Reference in New Issue