"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();
});