Skip to content

Commit

Permalink
This test is now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne committed Aug 10, 2015
1 parent 7568794 commit cf2fafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/extractcode/test_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ def test_score_handlers(self):
scored = archive.score_handlers(handlers)
assert expected == sorted([(h[0], h[1].name) for h in scored], reverse=True)

@expectedFailure
def test_no_handler_is_selected_for_a_non_archive(self):
# fails because of libmagic bug: http://bugs.gw.com/view.php?id=467
# failed because of libmagic bug: http://bugs.gw.com/view.php?id=467
# passing by introducing strict flag for handlers
test_loc = self.get_test_loc('archive/not_archive/hashfile')
assert [] == list(archive.get_handlers(test_loc))
assert None == archive.get_extractor(test_loc)
Expand Down

0 comments on commit cf2fafd

Please sign in to comment.