readPasswordContents(item, CFSTR("test_password")); checkPrompts(0, "after reading a generic password");
changePasswordContents(item, CFSTR("new_password")); checkPrompts(0, "changing a generic password");
readPasswordContents(item, CFSTR("new_password")); checkPrompts(0, "after changing a generic password");
CFReleaseNull(item);
readPasswordContents(item, CFSTR("test_password")); checkPrompts(0, "after reading a generic password");
changePasswordContents(item, CFSTR("new_password")); checkPrompts(0, "changing a generic password");
readPasswordContents(item, CFSTR("new_password")); checkPrompts(0, "after changing a generic password");
CFReleaseNull(item);