+consistency

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 13:22:52 +02:00
parent f1fdf0f13c
commit ac79ec101f
1 changed files with 2 additions and 1 deletions

View File

@ -96,5 +96,6 @@ class ExplorerClassTestCase(unittest.TestCase):
cdist_type = core.Type(self.local.type_path, '__test_type')
cdist_object = core.Object(cdist_type, self.local.object_path, 'whatever')
self.explorer.transfer_type_explorers(cdist_type)
self.assertEqual(self.explorer.run_type_explorer('world', cdist_object), 'hello\n')
output = self.explorer.run_type_explorer('world', cdist_object)
self.assertEqual(output, 'hello\n')