[common][security][TFIVE-1643, modify 1 tc due to implementation changed] 37/178437/1
authorzhongyuan <zy123.yuan@samsung.com>
Thu, 10 May 2018 05:42:37 +0000 (13:42 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Thu, 10 May 2018 05:42:37 +0000 (13:42 +0800)
Change-Id: I670f526b346bf55800ec244401693dc043733aec

common/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html

index f5382f8788825a3f5e0755a1766c183e637b941b..bbfd706ed6cd564d5e434f1c3970a2d2efd2e5df 100755 (executable)
@@ -66,7 +66,7 @@ t.step(function () {
             try {
                 tizen.filesystem.resolve(anotherAppHome, resolveSuccess, resolveError, "r");
             } catch (err) {
-                assert_unreached("resolve() throws an exception. it is supposed to call error callback: " + anotherAppHome);
+                assert_equals(error.name, "SecurityError", "resolve() must fail");
             }
         })
     };