test_explorer_ran finished

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-04 15:08:37 +02:00
parent 13ed37a4e9
commit 410a2fe7ff
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Install(unittest.TestCase):
explorers = self.config.path.list_global_explorers()
for explorer in explorers:
output = self.path.global_explorer_output_path(explorer)
output = self.config.path.global_explorer_output_path(explorer)
self.assertTrue(os.path.isfile(output))
### OLD FROM CONFIG ############################################################