Mercurial > libervia-pubsub
changeset 238:a4511cb06352
fixed tests
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 19 May 2012 01:31:07 +0200 |
parents | 6596730685e8 |
children | 2b50e4664d74 |
files | sat_pubsub/test/test_backend.py |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_pubsub/test/test_backend.py Thu May 17 13:15:11 2012 +0200 +++ b/sat_pubsub/test/test_backend.py Sat May 19 01:31:07 2012 +0200 @@ -488,6 +488,14 @@ def supportsInstantNodes(self): return True + def supportsItemAccess(self): + return True + + def supportsAutoCreate(self): + return True + + def supportsCreatorCheck(self): + return True def registerNotifier(self, observerfn, *args, **kwargs): return