Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test_model.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_model.py')
-rw-r--r--tests/test_model.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_model.py b/tests/test_model.py
index 618c5cb..bb30426 100644
--- a/tests/test_model.py
+++ b/tests/test_model.py
@@ -113,6 +113,12 @@ class Test(unittest.TestCase):
ds.complete_indexing()
assert ds.find('whodofoodo')[1] == 1
+ c = ds.get_properties(uid)
+ assert 'foobar' in c
+ assert 'title' in c
+ # maps back w/o the type
+ assert 'incept' in c
+
ds.stop()