From: j-h.choi Date: Mon, 10 Jun 2024 02:40:34 +0000 (+0900) Subject: Chaanged the TC order of LAUNCH and EXCEPTION X-Git-Tag: accepted/tizen/unified/20240702.162334~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da06a7b2045f0855bd61e73f586274c54a755cee;p=platform%2Fcore%2Fdotnet%2Flauncher.git Chaanged the TC order of LAUNCH and EXCEPTION Change-Id: I5f314b1891e29f74e754fdb214beec5326313337 --- diff --git a/tests/TCs/8_EXCEPTION/EXCEPTION.py b/tests/TCs/7_EXCEPTION/EXCEPTION.py similarity index 99% rename from tests/TCs/8_EXCEPTION/EXCEPTION.py rename to tests/TCs/7_EXCEPTION/EXCEPTION.py index 6f07b39..58cd8b1 100755 --- a/tests/TCs/8_EXCEPTION/EXCEPTION.py +++ b/tests/TCs/7_EXCEPTION/EXCEPTION.py @@ -193,7 +193,7 @@ def run(): print(f"--- {module_name} TCT Result ---\nNONE : [{n}] / FAIL : [{f}] / PASS : [{p}] - [{r}%]\n") with open(f"{RESULT_PATH}", "a+") as file: - file.write(f"| {module_name} | {p} | {f} | {n} | {r} |\n") + file.write(f"| {module_name} | {p} | {f} | {n} | {r} |\n") # Uninstall the application and restore to original state def clean(): diff --git a/tests/TCs/7_LAUNCH/LAUNCH.py b/tests/TCs/8_LAUNCH/LAUNCH.py similarity index 100% rename from tests/TCs/7_LAUNCH/LAUNCH.py rename to tests/TCs/8_LAUNCH/LAUNCH.py diff --git a/tests/TCs/7_LAUNCH/README.md b/tests/TCs/8_LAUNCH/README.md similarity index 100% rename from tests/TCs/7_LAUNCH/README.md rename to tests/TCs/8_LAUNCH/README.md