From 74a6335c6bb72d668622428c4eb34d7860a6a85e Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 13 Jun 2013 15:48:31 -0400 Subject: testsuite: *really* fixed tests for a03fde3ea32d3eb2cadb443454749111dda1797f --- testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testbase.py') 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() -- cgit v1.2.3-1-g7c22