|
@@ -108,8 +108,6 @@ class TestUtils(unittest.TestCase):
|
|
|
|
|
|
open(path_to_test, 'a').close()
|
|
open(path_to_test, 'a').close()
|
|
|
|
|
|
- pp = Utils.get_real_file_path(file_name)
|
|
|
|
-
|
|
|
|
self.assertEquals(Utils.get_real_file_path(file_name),
|
|
self.assertEquals(Utils.get_real_file_path(file_name),
|
|
expected_result,
|
|
expected_result,
|
|
"Fail to match the /an/unknown/path/kalliope path")
|
|
"Fail to match the /an/unknown/path/kalliope path")
|