don't need to worry about file endianness

This commit is contained in:
Skip Montanaro 2003-05-06 20:37:56 +00:00
parent f0776d2992
commit 6967f2c2e9
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import tempfile
class Bsddb185Tests(unittest.TestCase):
def test_open_existing_hash(self):
"verify we can open a file known to be a hash v2 file"
# do we need to worry about big vs little endian?
db = bsddb185.hashopen(findfile("185test.db"))
self.assertEqual(db["1"], "1")
db.close()