[common][keymanager][fix the password-protected attribute name] 76/203676/1
authorqunfang.lin <qunfang.lin@samsung.com>
Wed, 17 Apr 2019 18:39:53 +0000 (02:39 +0800)
committerqunfang.lin <qunfang.lin@samsung.com>
Wed, 17 Apr 2019 18:41:09 +0000 (02:41 +0800)
Change-Id: Ib02f2a68460e5387e1b731f6a0b0e0005d738cae
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList.html

index b17184c655af3bfd68667beb7176551c529ddf89..ce6d170245060801f76a8d8d809d1d92a3ba5335 100755 (executable)
@@ -62,8 +62,8 @@ t.step(function () {
             "The return value of getDataAliasList() is not in the data alias list.");
         assert_in_array(dataAliasList[1].name, [data_name_one, data_name_two],
             "The return value of getDataAliasList() is not in the data alias list.");
-        assert_false(dataAliasList[0].isPasswordProtected, "The value of property password-protected value is false.");
-        assert_true(dataAliasList[1].isPasswordProtected, "The value of property password-protected value is true.");
+        assert_false(dataAliasList[0].isProtected, "The value of property password-protected value is false.");
+        assert_true(dataAliasList[1].isProtected, "The value of property password-protected value is true.");
         t.done();
     });