summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-13 15:48:31 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-13 15:48:31 -0400
commit74a6335c6bb72d668622428c4eb34d7860a6a85e (patch)
tree2fa99e9a98b8942cc311fa189ab1867ed4d1e314 /testsuite/Testsrc
parentd67baf714e6c6635846e57b9258e649a59430c55 (diff)
downloadbcfg2-74a6335c6bb72d668622428c4eb34d7860a6a85e.tar.gz
bcfg2-74a6335c6bb72d668622428c4eb34d7860a6a85e.tar.bz2
bcfg2-74a6335c6bb72d668622428c4eb34d7860a6a85e.zip
testsuite: *really* fixed tests for a03fde3ea32d3eb2cadb443454749111dda1797f
Diffstat (limited to 'testsuite/Testsrc')
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py
index 5fc850b2b..e26c26d41 100644
--- a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py
@@ -80,7 +80,7 @@ class TestPlugin(TestDebuggable):
@patch("os.makedirs")
@patch("os.path.exists")
def test__init(self, mock_exists, mock_makedirs):
- if test_obj.create:
+ if self.test_obj.create:
core = Mock()
core.setup = MagicMock()