Index: tst_settings_information/test.py =================================================================== diff -u -r6f1e1819d6605964e7ba8366d0408cc26890be99 -r4800083679383c87221a7e55ad35f84b40ffb386 --- tst_settings_information/test.py (.../test.py) (revision 6f1e1819d6605964e7ba8366d0408cc26890be99) +++ tst_settings_information/test.py (.../test.py) (revision 4800083679383c87221a7e55ad35f84b40ffb386) @@ -610,7 +610,7 @@ 1)application """ try: - utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"application") + utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"unittests") utils.waitForGUI(0.2) test.log("Navigating to 'Volume and Brightness' screen") mouseClick(waitForObjectExists(settings_text_obj(config.VOLUME_AND_BRIGHTNESS_TEXT))) @@ -634,7 +634,7 @@ except: test.log(str("Failed to verify missing path scenario")) finally: - utility.rename_old_name(config.APPLICATION_FOLDER_LOCATION,"application") + utility.rename_old_name(config.APPLICATION_FOLDER_LOCATION,"unittests") def verify_volume_and_brightness_settings(): test.log("Navigating to 'Volume and Brightness' screen")