add assertion for test_transfer_global_explorers

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 13:20:07 +02:00
parent 2eb37367a1
commit f846fdd961
1 changed files with 3 additions and 1 deletions

View File

@ -66,8 +66,10 @@ class ExplorerClassTestCase(unittest.TestCase):
shutil.rmtree(self.remote_base_path)
def test_transfer_global_explorers(self):
# FIXME: test result
self.explorer.transfer_global_explorers()
source = self.local.global_explorer_path
destination = self.remote.global_explorer_path
self.assertEqual(os.listdir(source), os.listdir(destination))
def test_run_global_explorer(self):
# FIXME: test result