This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zaytsev
Recipients David.Edelsohn, christian.heimes, dmalcolm, python-dev, zaytsev
Date 2014-01-07.13:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389102596.19.0.685944979594.issue20162@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
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
History
Date User Action Args
2014-01-07 13:49:56zaytsevsetrecipients: + zaytsev, christian.heimes, dmalcolm, python-dev, David.Edelsohn
2014-01-07 13:49:56zaytsevsetmessageid: <1389102596.19.0.685944979594.issue20162@psf.upfronthosting.co.za>
2014-01-07 13:49:56zaytsevlinkissue20162 messages
2014-01-07 13:49:56zaytsevcreate