Skip to content

Commit

Permalink
Re-enable context diff related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw committed Mar 21, 2013
1 parent c7cd223 commit 91c9df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions tests/test_cdiff.py
Expand Up @@ -435,8 +435,7 @@ def test_type_detect_unified(self):
parser = cdiff.DiffParser(stream)
self.assertEqual(parser._type, 'unified')

# Note @unittest.skip() not available for python < 2.7
def SKIP_test_type_detect_context(self):
def test_type_detect_context(self):
patch = """\
*** /path/to/original timestamp
--- /path/to/new timestamp
Expand Down

0 comments on commit 91c9df1

Please sign in to comment.