Code

Make memorydb pass all tests;
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Feb 2010 04:30:48 +0000 (04:30 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Feb 2010 04:30:48 +0000 (04:30 +0000)
commit8b8b6f5da468851e86eaf6a1920ed56a4875f257
tree0b6fe9c40c3208458ed1295d51848e3bd4d6b082
parent6aa8d96236e1f272e29768542bcf7b9ed965360e
Make memorydb pass all tests;

1. re-base off of anydbm and overwrite persistence bits
2. refactor core DB tests to allow in-memory persistence to work
3. remove bogus testing of file content indexing on import

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4453 57a73879-2fb5-44c3-a270-3262357dd7e2
test/db_test_base.py
test/memorydb.py
test/test_memorydb.py [new file with mode: 0644]