fix broken test
authorSteven Tobin <steventtobin (at) gmail.com>
Mon, 27 Mar 2017 10:39:53 +0000 (11:39 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Mon, 27 Mar 2017 10:39:53 +0000 (11:39 +0100)
README.rst
setup.py
tests/xkcdp_tests.py

index e9025c4b3c7abf5e4ecea57a2032dc4ca199aa26..9f99bf1f6325ff4ccf7a95045eedc91388feb2db 100644 (file)
@@ -164,6 +164,7 @@ An important caveat: due to the significant reduction in the size of the filtere
 
 Changelog
 =========
+- **1.9.5** Fix broken test
 - **1.9.4** Improve office-safe wordlist contents
 - **1.9.3** Link EFF wordlist information, fix typos, update copyright
 - **1.9.2** Added Debian cracklib path
index f9ec0036d217454892ff584c746c55782af9ce9a..f441a59a0edcf63d4f3570eebed704bab35d76e8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.9.4',
+    version='1.9.5',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
index 0a68da2f7114fe1ca7cc4d78d0c4c0edcfb2218b..b8ae6b8b7cf5c359b430c821146b57bf8dab63a3 100644 (file)
@@ -17,7 +17,7 @@ class XkcdPasswordTests(unittest.TestCase):
             valid_chars='[a-z]')
 
     def test_loadwordfile(self):
-        self.assertEquals(len(self.wordlist_full), 29612)
+        self.assertEquals(len(self.wordlist_full), 29611)
 
     def test_regex(self):
         self.assertNotIn("__$$$__", self.wordlist_small)
git clone https://git.99rst.org/PROJECT