Skip to content

Commit

Permalink
Revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Oct 11, 2024
1 parent 28ca171 commit 06a8d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_ttk/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def test_identify(self):
self.entry.update()

# bpo-27313: macOS Cocoa widget differs from X, allow either
self.assertEqual(self.entry.identify(1, 1), self.IDENTIFY_AS)
self.assertEqual(self.entry.identify(5, 5), self.IDENTIFY_AS)
self.assertEqual(self.entry.identify(-1, -1), "")

self.assertRaises(tkinter.TclError, self.entry.identify, None, 5)
Expand Down

0 comments on commit 06a8d8c

Please sign in to comment.