commit | b17536626deed66ede889a8d01178240581b2b25 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Fri Jul 30 17:40:42 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Fri Jul 30 17:40:42 2010 -0400 |
tree | ed7499809e89017fe999ba994ae7f76241c2b933 | |
parent | e379d7370a181d5a0e0db4c009292364815feb49 [diff] [blame] |
Fiddle with rand_bytes argument parsing a bit, to little effect; make a note about the missing malloc() failure case test
diff --git a/OpenSSL/test/test_rand.py b/OpenSSL/test/test_rand.py index 21910d7..c8645a5 100644 --- a/OpenSSL/test/test_rand.py +++ b/OpenSSL/test/test_rand.py
@@ -22,6 +22,7 @@ self.assertRaises(TypeError, rand.bytes, None) self.assertRaises(TypeError, rand.bytes, 3, None) + # XXX Test failure of the malloc() in rand_bytes. def test_bytes(self): """