Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/mountpoints.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mountpoints.txt')
-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