Ticket #526: patch_pythontest2.patch
File patch_pythontest2.patch, 450 bytes (added by , 14 years ago) |
---|
-
pythontest2.py
1493 1493 expect(db3.get_metadata('key'), '1,2') 1494 1494 expect(db3.get_metadata('key1'), '1') 1495 1495 expect(db3.get_metadata('key2'), '2') 1496 1497 db1.close() 1498 db2.close() 1499 db3.close() 1496 1500 1497 1501 finally: 1498 1502 shutil.rmtree(tmpdir)