[ python-Bugs-1076819 ] test_shelve failures

SourceForge.net noreply at sourceforge.net
Wed Dec 1 16:22:46 CET 2004


Bugs item #1076819, was opened at 2004-12-01 16:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1076819&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Michal Čihař (nijel)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_shelve failures

Initial Comment:
======================================================================
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1076819&group_id=5470


More information about the Python-bugs-list mailing list