redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD
BSD 3-Clause "New" or "Revised" License
1.32k stars 185 forks source link

Commit 170daf4 broke test_loadwordfile #65

Closed luukko closed 7 years ago

luukko commented 7 years ago

Commit 170daf4 removed a word from the word list and now test_loadwordfile fails because the length does not match:

FAIL: test_loadwordfile (xkcdp_tests.XkcdPasswordTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/luukko/work/aur/xkcdpass/src/XKCD-password-generator-xkcdpass-1.9.4/tests/xkcdp_tests.py", line 20, in test_loadwordfile
    self.assertEquals(len(self.wordlist_full), 29612)
AssertionError: 29611 != 29612
redacted commented 7 years ago

Fixed, thank you!