comparison sat_pubsub/test/test_backend.py @ 238:a4511cb06352

fixed tests
author Goffi <goffi@goffi.org>
date Sat, 19 May 2012 01:31:07 +0200
parents 64f780413b82
children d55620ceafed
comparison
equal deleted inserted replaced
237:6596730685e8 238:a4511cb06352
486 486
487 487
488 def supportsInstantNodes(self): 488 def supportsInstantNodes(self):
489 return True 489 return True
490 490
491 def supportsItemAccess(self):
492 return True
493
494 def supportsAutoCreate(self):
495 return True
496
497 def supportsCreatorCheck(self):
498 return True
491 499
492 def registerNotifier(self, observerfn, *args, **kwargs): 500 def registerNotifier(self, observerfn, *args, **kwargs):
493 return 501 return
494 502
495 503