# HG changeset patch # User Goffi # Date 1337383867 -7200 # Node ID a4511cb06352cfcc17cd5da02c05878e82fdf549 # Parent 6596730685e83dcc51afd8f7b0f1e81634123fab fixed tests diff -r 6596730685e8 -r a4511cb06352 sat_pubsub/test/test_backend.py --- 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