]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0011.001
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / testKeychainAPI / scripts / script0011.001
diff --git a/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0011.001 b/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0011.001
deleted file mode 100755 (executable)
index d37ae15..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-//
-// script0011.001
-//
-// Test all 5 attributes added in script0011 can be retrieved
-// 
-3 KCMakeKCRefFromFSSpec
-   Input Arguments : 1
-     KeychainFile : test0011.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/inet
-        .1 :
-        .tag : crtr
-        .data : /4/meme
-   Results : 3
-     OSStatus 0
-     SearchIndex : 0
-     ItemIndex : 0
-37 KCGetAttribute
-   Input Arguments : 2
-     ItemIndex : 0
-     Attribute : 
-     .tag : desc
-     .data : /25/0000000000000000000000000
-   Results : 3
-     OSStatus 0
-     Attribute : 
-     .tag : desc
-     .data : /25/Description Attribute0000
-     ActualLength : 21
-37 KCGetAttribute
-   Input Arguments : 2
-     ItemIndex : 0
-     Attribute : 
-     .tag : icmt
-     .data : /17/00000000000000000
-   Results : 3
-     OSStatus 0
-     Attribute : 
-     .tag : icmt
-     .data : /17/Comment Attribute
-     ActualLength : 17
-37 KCGetAttribute
-   Input Arguments : 2
-     ItemIndex : 0
-     Attribute : 
-     .tag : labl
-     .data : /15/000000000000000
-   Results : 3
-     OSStatus 0
-     Attribute : 
-     .tag : labl
-     .data : /15/Label Attribute
-     ActualLength : 15
-37 KCGetAttribute
-   Input Arguments : 2
-     ItemIndex : 0
-     Attribute : 
-     .tag : crtr
-     .data : /5/00000
-   Results : 3
-     OSStatus 0
-     Attribute : 
-     .tag : crtr
-     .data : /4/meme
-     ActualLength : 4
-37 KCGetAttribute
-   Input Arguments : 2
-     ItemIndex : 0
-     Attribute : 
-     .tag : type
-     .data : /4/0000
-   Results : 3
-     OSStatus 0
-     Attribute : 
-     .tag : type
-     .data : /4/yuyu
-     ActualLength : 4
-37 KCGetAttribute
-   Input Arguments : 2
-     ItemIndex : 0
-     Attribute : 
-     .tag : clas
-     .data : /4/0000
-   Results : 3
-     OSStatus 0
-     Attribute : 
-     .tag : clas
-     .data : /4/inet
-     ActualLength : 4
-46 KCReleaseItem
-   Input Arguments : 1
-     ItemIndex : 0
-   Results : 1
-     OSStatus 0
-49 KCFindNextItem
-   Input Arguments : 1
-     SearchIndex : 0
-   Results : 2
-     OSStatus -25300
-     ItemIndex : 1
-50 KCReleaseSearch
-   Input Arguments : 1
-     SearchIndex : 0
-   Results : 1
-     OSStatus 0
-6 KCReleaseKeychain
-   Input Arguments : 2
-      KeychainIndex : 0
-   Results : 1
-      OSStatus 0