// CASE1: Duplicates in same certstore (SD), only this file is present under ROM drive (single)

// TEST-CASE:         SEC-SWICERTSTORE-0001
// FILES:             swicertstore5.dat
// LABELS:            RootXXX, RootXXX
// EXPECTED RESULTS:  RootXXX
// VARIANT:           UDEB, UREL

//! @file
//! @SYMTestCaseID SEC-SWICERTSTORE-0001
//! @SYMTestCaseDesc Open the SWI cert store
//! @SYMREQ REQ9981, REQ9983, REQ10141 
//! @SYMTestCasePriority High
//! @SYMTestExpectedResults KErrNone
<action>
	<actionname>Open the SWI cert store</actionname>
	<actiontype>initswicertstore</actiontype>
	<actionbody>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>

<action>
	<actionname>Get the list of CA certificates</actionname>
	<actiontype>listcert</actiontype>
	<actionbody>
		<filter>
			<ownertype>ca</ownertype>
		</filter>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
		<CCTCertInfo><label>RootXXX</label><readonly>True</readonly></CCTCertInfo>
	</actionresult>
</action>
