From c9072183a68efa9577ba9b6a028f9b0c2557b9ab Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 13 Aug 2008 04:10:23 +0000 Subject: 141: Fixed unit tests for CLI.finalize() --- ipalib/tests/test_cli.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/tests/test_cli.py') diff --git a/ipalib/tests/test_cli.py b/ipalib/tests/test_cli.py index 7892227d..e80dee43 100644 --- a/ipalib/tests/test_cli.py +++ b/ipalib/tests/test_cli.py @@ -63,6 +63,9 @@ class DummyAPI(object): def finalize(self): pass + def register(self, *args, **kw): + pass + -- cgit