all loaded backends are now configured (refs #368)

This commit is contained in:
Romain Bignon 2010-08-19 22:13:01 +02:00
commit 9581fa0b19
15 changed files with 17 additions and 45 deletions

View file

@ -32,7 +32,7 @@ class BackendTest(TestCase):
self.backend = None
self.weboob = Weboob()
if self.weboob.load_configured_backends(modules=[self.BACKEND]):
if self.weboob.load_backends(modules=[self.BACKEND]):
self.backend = choice(self.weboob.backend_instances.values())
def run(self, result):