From: zhongyuan Date: Thu, 10 May 2018 05:42:37 +0000 (+0800) Subject: [common][security][TFIVE-1643, modify 1 tc due to implementation changed] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98b2770257797c77835d1ba83030fd4284d33f8d;p=test%2Ftct%2Fweb%2Fapi.git [common][security][TFIVE-1643, modify 1 tc due to implementation changed] Change-Id: I670f526b346bf55800ec244401693dc043733aec --- diff --git a/common/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html b/common/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html index f5382f878..bbfd706ed 100755 --- a/common/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html +++ b/common/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html @@ -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"); } }) };