Skip to content

Commit

Permalink
test_owfile: Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Feb 29, 2024
1 parent fb6b264 commit f75d0a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Orange/widgets/data/tests/test_owfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ def test_dragEnterEvent_accepts_urls(self):
self.widget.dragEnterEvent(event)
self.assertTrue(event.isAccepted())

def test_dragEnterEvent_skips_osx_file_references(self):
event = self._drag_enter_event(QUrl.fromLocalFile('/.file/id=12345'))
self.widget.dragEnterEvent(event)
self.assertFalse(event.isAccepted())

def test_dragEnterEvent_skips_usupported_files(self):
event = self._drag_enter_event(QUrl.fromLocalFile('file.unsupported'))
self.widget.dragEnterEvent(event)
Expand Down

0 comments on commit f75d0a1

Please sign in to comment.