summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-07 00:21:50 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-07 00:21:50 +0000
commit19dbd5714167cca0cd48cfd73052a6d896ebc5a1 (patch)
tree5238f0101bcab663e93fc735e905ef5df766a91d /ipalib/tests/test_plugable.py
parent7335af8a9eb4b5ab6a0884f686a51a050464320b (diff)
downloadfreeipa.git-19dbd5714167cca0cd48cfd73052a6d896ebc5a1.tar.gz
freeipa.git-19dbd5714167cca0cd48cfd73052a6d896ebc5a1.tar.xz
freeipa.git-19dbd5714167cca0cd48cfd73052a6d896ebc5a1.zip
69: Made Proxy.base a private attribute; updated unit tests
Diffstat (limited to 'ipalib/tests/test_plugable.py')
-rw-r--r--ipalib/tests/test_plugable.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/tests/test_plugable.py b/ipalib/tests/test_plugable.py
index ebc3a78f..57827787 100644
--- a/ipalib/tests/test_plugable.py
+++ b/ipalib/tests/test_plugable.py
@@ -144,7 +144,6 @@ def test_Proxy():
# Test with correct arguments:
i = plugin()
p = cls(base, i)
- assert read_only(p, 'base') is base
assert read_only(p, 'name') == 'user_add'
assert list(p) == sorted(base.public)