Author nijel
Recipients
Date 2004-12-01.15:22:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
======================================================================
FAIL: test_read (__main__.TestAsciiFileShelve)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/src/packages/BUILD/Python-2.4/Lib/test/mapping_tests.py",
line 59, in test_read
    self.assert_(d.has_key(k))
AssertionError

======================================================================
FAIL: test_read (__main__.TestBinaryFileShelve)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/src/packages/BUILD/Python-2.4/Lib/test/mapping_tests.py",
line 59, in test_read
    self.assert_(d.has_key(k))
AssertionError

======================================================================
FAIL: test_read (__main__.TestProto2FileShelve)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/src/packages/BUILD/Python-2.4/Lib/test/mapping_tests.py",
line 59, in test_read
    self.assert_(d.has_key(k))
AssertionError
History
Date User Action Args
2007-08-23 14:28:02adminlinkissue1076819 messages
2007-08-23 14:28:02admincreate