Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-08-01 01:23:43 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-08-01 01:23:43 (GMT)
commit5e2cd8f6f49601514de7b50c7e32ad8a0228b176 (patch)
tree6d84c8e2280b22f4a955533a680531bfed8bcb1b /tests
parent4e5de6d9675e83afc6ba442a19a832f0f0e2abab (diff)
workaround for lack of close() on xapian database. Its tied to the C++ dtor. This forces Python gc() to collect on the objects which in turn releases the C++ objects and forces db shutdown. It looks to be the best I can do now.
Diffstat (limited to 'tests')
-rw-r--r--tests/mountpoints.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mountpoints.txt b/tests/mountpoints.txt
index 45a359a..dbbf033 100644
--- a/tests/mountpoints.txt
+++ b/tests/mountpoints.txt
@@ -197,5 +197,4 @@ verify that we can still remount the store.
>>> mp = ds.mountpoints[mp3]
>>> assert mp.descriptor()['title'] == 'Fake USB from broken'
-
>>> ds.stop(); del ds