Fix test basic/TC_01_Properties/test_000_rename

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2015-11-22 22:31:22 +01:00
parent 6590931fcd
commit 7f55410a02

View File

@ -211,11 +211,6 @@ def QubesVm_pre_rename(self, new_name):
def QubesVm_post_rename(self, old_name):
old_dirpath = os.path.join(os.path.dirname(self.dir_path), old_name)
if self.appmenus_templates_dir is not None:
self.appmenus_templates_dir = self.appmenus_templates_dir.replace(
old_dirpath, self.dir_path)
self.appmenus_create()