component tests pass

Make component tests pass with no registration (no usage of storage)

darcs-hash:20051228120704-86b55-aa921f4d888e64d1dcbeef9874dfd2d1a6bf6ce0.gz
This commit is contained in:
David Rousselie
2005-12-28 13:07:04 +01:00
parent 9f15a1a0d6
commit edc1a693ae
3 changed files with 74 additions and 13 deletions

View File

@@ -426,7 +426,7 @@ class MailComponent(Component):
self.message)
def stream_state_changed(self,state,arg):
print "*** State changed: %s %r ***" % (state,arg)
self.__logger.debug("*** State changed: %s %r ***" % (state,arg))
""" Discovery get info handler """
def disco_get_info(self, node, iq):