Skip to content

Commit

Permalink
Revert "fix tests, default installed dic in travis are en_US"
Browse files Browse the repository at this point in the history
This reverts commit 5ce6523.
  • Loading branch information
Antoine Fontaine committed Mar 15, 2016
1 parent f165d67 commit b08d746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_hunspell.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def test_analyze(self):

class HunSpellGenerateTest(unittest.TestCase):
def setUp(self):
self.hunspell = HunSpell("/usr/share/hunspell/en_US.dic",
"/usr/share/hunspell/en_US.aff")
self.hunspell = HunSpell("/usr/share/hunspell/en_GB.dic",
"/usr/share/hunspell/en_GB.aff")

def test_generate(self):
self.assertEqual(self.hunspell.generate('boy', 'girls'), [b'boys'])
Expand Down
Binary file modified tests/test_hunspell.pyc
Binary file not shown.

0 comments on commit b08d746

Please sign in to comment.