Mercurial > libervia-pubsub
comparison sat_pubsub/test/test_storage.py @ 240:70c8bb90d75f
added access_model to config, default to 'open'
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 22 May 2012 21:21:57 +0200 |
parents | 64f780413b82 |
children | d55620ceafed |
comparison
equal
deleted
inserted
replaced
239:2b50e4664d74 | 240:70c8bb90d75f |
---|---|
163 config = { | 163 config = { |
164 "pubsub#persist_items": True, | 164 "pubsub#persist_items": True, |
165 "pubsub#deliver_payloads": True, | 165 "pubsub#deliver_payloads": True, |
166 "pubsub#send_last_published_item": 'on_sub', | 166 "pubsub#send_last_published_item": 'on_sub', |
167 "pubsub#node_type": 'leaf', | 167 "pubsub#node_type": 'leaf', |
168 "pubsub#access_model": 'open', | |
168 } | 169 } |
169 | 170 |
170 def unsetPersistItems(_): | 171 def unsetPersistItems(_): |
171 config["pubsub#persist_items"] = False | 172 config["pubsub#persist_items"] = False |
172 | 173 |