bugfix test case

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 17:11:03 +02:00
parent e2e2ddb33b
commit 7abb338381
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class CodeTestCase(unittest.TestCase):
def test_run_code_remote_environment(self):
self.cdist_object.code_remote = self.code.run_gencode_remote(self.cdist_object)
self.code.transfer_code_remote(self.cdist_object)
output_string = self.code.run_code_remote(self.cdist_object)
output_dict = {}
for line in output_string.split('\n'):