summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-15 03:41:17 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-15 03:41:17 +0000
commitdb8099febcb9c385eadfc4461dafa32df31bcbc0 (patch)
treee4ea2fa14cf1b20d04164c3796b8bd923ab1318b /ipalib/tests/test_plugable.py
parent233293fb4a60d57e60bce67035a88f57b2cbf751 (diff)
downloadfreeipa.git-db8099febcb9c385eadfc4461dafa32df31bcbc0.tar.gz
freeipa.git-db8099febcb9c385eadfc4461dafa32df31bcbc0.tar.xz
freeipa.git-db8099febcb9c385eadfc4461dafa32df31bcbc0.zip
176: PluginProxy now subclasses from SetProxy
Diffstat (limited to 'ipalib/tests/test_plugable.py')
-rw-r--r--ipalib/tests/test_plugable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/tests/test_plugable.py b/ipalib/tests/test_plugable.py
index f92f941c..aeb3ddf6 100644
--- a/ipalib/tests/test_plugable.py
+++ b/ipalib/tests/test_plugable.py
@@ -410,14 +410,14 @@ class test_Plugin(ClassChecker):
raises(AssertionError, sub.finalize, api)
-class test_Proxy(ClassChecker):
+class test_PluginProxy(ClassChecker):
"""
Tests the `plugable.PluginProxy` class.
"""
_cls = plugable.PluginProxy
def test_class(self):
- assert self.cls.__bases__ == (plugable.ReadOnly,)
+ assert self.cls.__bases__ == (plugable.SetProxy,)
def test_proxy(self):
# Setup: