Yury V. Zaytsev added the comment:

======================================================================
FAIL: test_hash_distribution (test.test_hash.HashDistributionTestCase) 
(prefix='abc')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/XXX/Lib/test/test_hash.py", line 341, in test_hash_distribution
    self.assertGreater(len(s15), 8, prefix)
AssertionError: 1 not greater than 8 : abc

======================================================================
FAIL: test_hash_distribution (test.test_hash.HashDistributionTestCase) 
(prefix='abcdefghabc')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/XXX/Lib/test/test_hash.py", line 341, in test_hash_distribution
    self.assertGreater(len(s15), 8, prefix)
AssertionError: 1 not greater than 8 : abcdefghabc

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20162>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to