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-07-22 17:30:59 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-22 17:30:59 (GMT)
commitab19f19116433362051e988a9e5709018f5c4ad0 (patch)
tree6037b7a121768e08446e0fbb6e5496408b75b820 /tests
parentf0bffbf7a8357b6c38ebe09d1b81d7faadca588c (diff)
fix #2381
the new implementation of xapianindex violated the contract with backingstore here based on what the old index layer did. There is a test now covering this case and the issue is fixed
Diffstat (limited to 'tests')
-rw-r--r--tests/mountpoints.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mountpoints.txt b/tests/mountpoints.txt
index b89d5cb..2146c71 100644
--- a/tests/mountpoints.txt
+++ b/tests/mountpoints.txt
@@ -133,5 +133,11 @@ Check for the new value in the descriptor
>>> assert mp.descriptor()['title'] == 'Fake USB again'
+Verify that we can get the properties of objects on the inplace
+stores.
+
+>>> uid = result[0]['uid']
+>>> assert ds.get_properties(uid)['title'] == "doc4"
+
>>> ds.stop(); del ds