Skip to content

Commit

Permalink
table_tests: Remove test for undocumented behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
astaric committed May 8, 2017
1 parent 6da7baf commit 0759397
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Orange/tests/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,6 @@ def test_extend(self):
for i in range(5):
self.assertEqual(d[i], d[-5 + i])

x = d[:5]
with self.assertRaises(ValueError):
d.extend(x)

y = d[:2, 1]
x.ensure_copy()
x.extend(y)
Expand Down

0 comments on commit 0759397

Please sign in to comment.