From 19dbd5714167cca0cd48cfd73052a6d896ebc5a1 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 7 Aug 2008 00:21:50 +0000 Subject: 69: Made Proxy.base a private attribute; updated unit tests --- ipalib/tests/test_plugable.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/tests/test_plugable.py') 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) -- cgit