Commit 6967f2c2 authored by Skip Montanaro's avatar Skip Montanaro

don't need to worry about file endianness

parent f0776d29
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment