fix up tests

This commit is contained in:
Sandy Walsh
2011-07-01 07:53:20 -07:00
82 changed files with 4039 additions and 2404 deletions

View File

@@ -360,6 +360,7 @@ class FanoutPublisher(Publisher):
self.exchange = '%s_fanout' % topic
self.queue = '%s_fanout' % topic
self.durable = False
self.auto_delete = True
LOG.info(_('Creating "%(exchange)s" fanout exchange'),
dict(exchange=self.exchange))
super(FanoutPublisher, self).__init__(connection=connection)