// test Ian's bug: <rdar://8197632>; the 4th argument is a string which should NOT be present in any found items
if (FindIdentityByPolicyAndValidDate(keychain, kSecPolicyAppleSMIME, FALSE, kCFNull, CFSTR(" 2007"), kSecReturnAttributes, kSecMatchLimitAll, 0, errSecSuccess))
++result;
// test Ian's bug: <rdar://8197632>; the 4th argument is a string which should NOT be present in any found items
if (FindIdentityByPolicyAndValidDate(keychain, kSecPolicyAppleSMIME, FALSE, kCFNull, CFSTR(" 2007"), kSecReturnAttributes, kSecMatchLimitAll, 0, errSecSuccess))
++result;