update test for upcomming change: /__debug/__cdist_debug/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-19 14:57:32 +02:00
parent f732220e77
commit ef5eb34274
2 changed files with 2 additions and 2 deletions

View File

@ -120,4 +120,4 @@ class CodeTestCase(unittest.TestCase):
def test_debug_env_setup(self):
self.log.setLevel(logging.DEBUG)
code = cdist.core.code.Code(self.target_host, self.local, self.remote)
self.assertTrue("__debug" in code.env)
self.assertTrue("__cdist_debug" in code.env)

View File

@ -130,4 +130,4 @@ class ExplorerClassTestCase(unittest.TestCase):
def test_debug_env_setup(self):
self.log.setLevel(logging.DEBUG)
explorer = cdist.core.explorer.Explorer(self.target_host, self.local, self.remote)
self.assertTrue("__debug" in explorer.env)
self.assertTrue("__cdist_debug" in explorer.env)