script0012.000   [plain text]


//
// script0012.000
//
//		KCDeleteItem
//
// Test if keychain created in script0012 remains empty
// (all items added were deleted in script0012)
//
3 KCMakeKCRefFromFSSpec
   Input Arguments : 1
      KeychainFile : test0012.001
   Results : 2
     OSStatus 0
     KeychainIndex : 0
8 KCUnlock
   Input Arguments : 2
     KeychainIndex : 0
     Password : Apple
   Results : 1
     OSStatus 0
13 KCSetDefaultKeychain
   Input Arguments : 1
     KeychainIndex : 0
   Results : 1
     OSStatus 0
48 KCFindFirstItem
   Input Arguments : 2
     KeychainIndex : 0
     AttributeList :
     .count : 2
	 .0 :
	 .tag : clas
	 .data : /4/genp
	 .1 :
	 .tag : crtr
	 .data : /4/meme
   Results : 3
     OSStatus -25300
     SearchIndex : 0
     ItemIndex : 0
6 KCReleaseKeychain
   Input Arguments : 2
      KeychainIndex : 0
   Results : 1
      OSStatus 0