contentmgmt/referencedrmagent/tcaf/scripts/ContentStep.script
changeset 15 da2ae96f639b
child 29 ece3df019add
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the License "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: 
       
    15 //
       
    16 //
       
    17 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    18 // All rights reserved.
       
    19 // This component and the accompanying materials are made available
       
    20 // under the terms of the License "Symbian Foundation License v1.0"
       
    21 // which accompanies this distribution, and is available
       
    22 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
    23 //
       
    24 // Initial Contributors:
       
    25 // Nokia Corporation - initial contribution.
       
    26 //
       
    27 // Contributors:
       
    28 //
       
    29 // Description:
       
    30 //
       
    31 
       
    32 LOAD_SUITE tcaf
       
    33 
       
    34 //! @file
       
    35 //! @SYMTestCaseID 		SEC-CAF-CONT-0001
       
    36 //! @SYMTestCaseDesc 		Get an attribute for a content object within a file
       
    37 //! 				(Attribute)
       
    38 //! @SYMREQ			REQ3679
       
    39 //! @SYMTestStatus		Implemented
       
    40 //! @SYMTestPriority		Normal
       
    41 //! @SYMTestActions		Get a single attribute for a content object within a file
       
    42 //! @SYMTestExpectedResults	Should return KErrNone
       
    43 //! @SYMTestType		CIT
       
    44 START_TESTCASE SEC-CAF-CONT-0001
       
    45 RUN_TEST_STEP 100 tcaf CAFContentAttributeStep c:\tcaf\attributes.ini Attribute
       
    46 END_TESTCASE SEC-CAF-CONT-0001
       
    47 
       
    48 //! @file
       
    49 //! @SYMTestCaseID 		SEC-CAF-CONT-0002
       
    50 //! @SYMTestCaseDesc 		Get a set of attributes for a content object within a file
       
    51 //! 				(AttributeSet)
       
    52 //! @SYMREQ			REQ3679
       
    53 //! @SYMTestStatus		Implemented
       
    54 //! @SYMTestPriority		Normal
       
    55 //! @SYMTestActions		Get a set of attributes for a content object within a file
       
    56 //! @SYMTestExpectedResults	Should return KErrNone
       
    57 //! @SYMTestType		CIT
       
    58 START_TESTCASE SEC-CAF-CONT-0002
       
    59 RUN_TEST_STEP 100 tcaf CAFContentAttributeSetStep c:\tcaf\attributes.ini AttributeSet
       
    60 END_TESTCASE SEC-CAF-CONT-0002
       
    61 
       
    62 //! @file
       
    63 //! @SYMTestCaseID 		SEC-CAF-CONT-0003
       
    64 //! @SYMTestCaseDesc 		Get a string attribute for a content object within a file
       
    65 //! 				(String_Attribute)
       
    66 //! @SYMREQ			REQ3679
       
    67 //! @SYMTestStatus		Implemented
       
    68 //! @SYMTestPriority		Normal
       
    69 //! @SYMTestActions		Get a single string attribute for a content object within a file
       
    70 //! @SYMTestExpectedResults	Should return KErrNone
       
    71 //! @SYMTestType		CIT
       
    72 START_TESTCASE SEC-CAF-CONT-0003
       
    73 RUN_TEST_STEP 100 tcaf CAFContentStringAttributeStep c:\tcaf\attributes.ini StringAttribute
       
    74 END_TESTCASE SEC-CAF-CONT-0003
       
    75 
       
    76 //! @file
       
    77 //! @SYMTestCaseID 		SEC-CAF-CONT-3447
       
    78 //! @SYMTestCaseDesc 		Get a string attribute for a content object within a valid gif file
       
    79 //! @SYMDEF			PDEF104571
       
    80 //! @SYMTestStatus		Implemented
       
    81 //! @SYMTestPriority		Normal
       
    82 //! @SYMTestActions		Get a single string attribute for a content object within a valid gif file
       
    83 //! @SYMTestExpectedResults	A string attribute should successfully be returned
       
    84 //! @SYMTestType		CT
       
    85 START_TESTCASE SEC-CAF-CONT-3447
       
    86 RUN_TEST_STEP 100 tcaf CAFContentStringAttributeStep c:\tcaf\attributes.ini StringAttributeGoodGif
       
    87 END_TESTCASE SEC-CAF-CONT-3447
       
    88 
       
    89 //! @file
       
    90 //! @SYMTestCaseID 		SEC-CAF-CONT-3448
       
    91 //! @SYMTestCaseDesc 		Failure to return a string attribute for a content object within
       
    92 //! 				an invalid gif file
       
    93 //! @SYMDEF			PDEF104571
       
    94 //! @SYMTestStatus		Implemented
       
    95 //! @SYMTestPriority		Normal
       
    96 //! @SYMTestActions		Attempt to get a single string attribute for a content object within an invalid gif file
       
    97 //! @SYMTestExpectedResults	An  error should be returned
       
    98 //! @SYMTestType		CT
       
    99 START_TESTCASE SEC-CAF-CONT-3448
       
   100 RUN_TEST_STEP 100 tcaf CAFContentStringAttributeStep c:\tcaf\attributes.ini StringAttributeErrorGif
       
   101 END_TESTCASE SEC-CAF-CONT-3448
       
   102 
       
   103 //! @file
       
   104 //! @SYMTestCaseID 		SEC-CAF-CONT-0004
       
   105 //! @SYMTestCaseDesc 		Get a set of string attributes for a content object within a file
       
   106 //! 				(String_AttributeSet)
       
   107 //! @SYMREQ			REQ3679
       
   108 //! @SYMTestStatus		Implemented
       
   109 //! @SYMTestPriority		Normal
       
   110 //! @SYMTestActions		Get a set of string attributes for a content object within a file
       
   111 //! @SYMTestExpectedResults	Should return KErrNone
       
   112 //! @SYMTestType		CIT
       
   113 START_TESTCASE SEC-CAF-CONT-0004
       
   114 RUN_TEST_STEP 100 tcaf CAFContentStringAttributeSetStep c:\tcaf\attributes.ini StringAttributeSet
       
   115 END_TESTCASE SEC-CAF-CONT-0004
       
   116 
       
   117 //! @file
       
   118 //! @SYMTestCaseID 		SEC-CAF-CONT-3449
       
   119 //! @SYMTestCaseDesc 		Get a set of string attributes for a content object within a valid gif file
       
   120 //! @SYMDEF			PDEF104571
       
   121 //! @SYMTestStatus		Implemented
       
   122 //! @SYMTestPriority		Normal
       
   123 //! @SYMTestActions		Get a set of string attributes for a content object within a valid gif file
       
   124 //! @SYMTestExpectedResults	A set of string attributes should successfully be returned
       
   125 //! @SYMTestType		CT
       
   126 START_TESTCASE SEC-CAF-CONT-3449
       
   127 RUN_TEST_STEP 100 tcaf CAFContentStringAttributeSetStep c:\tcaf\attributes.ini StringAttributeSetGoodGif
       
   128 END_TESTCASE SEC-CAF-CONT-3449
       
   129 
       
   130 //! @file
       
   131 //! @SYMTestCaseID 		SEC-CAF-CONT-3450
       
   132 //! @SYMTestCaseDesc 		Get a set of string attributes for a content object within an invalid gif file
       
   133 //! @SYMDEF			PDEF104571
       
   134 //! @SYMTestStatus		Implemented
       
   135 //! @SYMTestPriority		Normal
       
   136 //! @SYMTestActions		Get a set of string attributes for a content object within an invalid gif file
       
   137 //! @SYMTestExpectedResults	An  error should be returned for the invalid gif file within the set
       
   138 //! @SYMTestType		CT
       
   139 START_TESTCASE SEC-CAF-CONT-3450
       
   140 RUN_TEST_STEP 100 tcaf CAFContentStringAttributeSetStep c:\tcaf\attributes.ini StringAttributeSetErrorGif
       
   141 END_TESTCASE SEC-CAF-CONT-3450
       
   142 
       
   143 //! @file
       
   144 //! @SYMTestCaseID 		SEC-CAF-CONT-0005
       
   145 //! @SYMTestCaseDesc 		Check attributes of a DRM file
       
   146 //! 				(DRM_Attributes)
       
   147 //! @SYMREQ			REQ3679
       
   148 //! @SYMTestStatus		Implemented
       
   149 //! @SYMTestPriority		Critical
       
   150 //! @SYMTestActions		Check CAF attributes are the values expected
       
   151 //! @SYMTestExpectedResults	Attributes should match expected values in INI file
       
   152 //! @SYMTestType		CIT
       
   153 START_TESTCASE SEC-CAF-CONT-0005
       
   154 RUN_TEST_STEP 100 tcaf CAFAttributesStep c:\tcaf\attributes.ini CAF1Attributes
       
   155 END_TESTCASE SEC-CAF-CONT-0005
       
   156 
       
   157 //! @file
       
   158 //! @SYMTestCaseID 		SEC-CAF-CONT-0006
       
   159 //! @SYMTestCaseDesc 		Check for notification of a status change
       
   160 //! 				(NotifyStatusChange)
       
   161 //! @SYMPREQ			PREQ783
       
   162 //! @SYMTestStatus		Implemented
       
   163 //! @SYMTestPriority		Critical
       
   164 //! @SYMTestActions		Check status returned matches expected value
       
   165 //! @SYMTestExpectedResults	Status changes should match expected result
       
   166 //! @SYMTestType		CIT
       
   167 START_TESTCASE SEC-CAF-CONT-0006
       
   168 RUN_TEST_STEP 100 tcaf CAFContentNotifyStep c:\tcaf\ContentStep.ini NotifyStatusChange
       
   169 END_TESTCASE SEC-CAF-CONT-0006
       
   170 
       
   171 //! @file
       
   172 //! @SYMTestCaseID 		SEC-CAF-CONT-0007
       
   173 //! @SYMTestCaseDesc 		Set a property within the test agent
       
   174 //! 				(SetProperty_TestAgent)
       
   175 //! @SYMPREQ			PREQ780
       
   176 //! @SYMTestStatus		Implemented
       
   177 //! @SYMTestPriority		Critical
       
   178 //! @SYMTestActions		Check error returned matches expected value
       
   179 //! @SYMTestExpectedResults	The property should be set correctly
       
   180 //! @SYMTestType		CIT
       
   181 START_TESTCASE SEC-CAF-CONT-0007
       
   182 RUN_TEST_STEP 100 tcaf CAFContentSetPropertyStep c:\tcaf\ContentStep.ini SetPropertyDrm
       
   183 END_TESTCASE SEC-CAF-CONT-0007
       
   184 
       
   185 //! @file
       
   186 //! @SYMTestCaseID 		SEC-CAF-CONT-0008
       
   187 //! @SYMTestCaseDesc 		Set a property within the agent
       
   188 //! 				(SetProperty_F32Agent)
       
   189 //! @SYMPREQ			PREQ780
       
   190 //! @SYMTestStatus		Implemented
       
   191 //! @SYMTestPriority		Critical
       
   192 //! @SYMTestActions		Check error returned matches expected value
       
   193 //! @SYMTestExpectedResults	The property should be set correctly
       
   194 //! @SYMTestType		CIT
       
   195 START_TESTCASE SEC-CAF-CONT-0008
       
   196 RUN_TEST_STEP 100 tcaf CAFContentSetPropertyStep c:\tcaf\ContentStep.ini SetPropertyPlainText
       
   197 END_TESTCASE SEC-CAF-CONT-0008
       
   198 
       
   199 //! @file
       
   200 //! @SYMTestCaseID 		SEC-CAF-CONT-0009
       
   201 //! @SYMTestCaseDesc 		Ask the agent to display information related to a content object
       
   202 //! 				(DisplayInfo)
       
   203 //! @SYMREQ			REQ3692
       
   204 //! @SYMTestStatus		Implemented
       
   205 //! @SYMTestPriority		Critical
       
   206 //! @SYMTestActions		Agent should display information or return an error if it doesn't support that API
       
   207 //! @SYMTestExpectedResults	Agent should return an error since information display is not supported
       
   208 //! @SYMTestType		CIT
       
   209 START_TESTCASE SEC-CAF-CONT-0009
       
   210 RUN_TEST_STEP 100 tcaf CAFContentDisplayInfoStep c:\tcaf\ContentStep.ini DisplayInfo
       
   211 END_TESTCASE SEC-CAF-CONT-0009
       
   212 
       
   213 //! @file
       
   214 //! @SYMTestCaseID 		SEC-CAF-CONT-0010
       
   215 //! @SYMTestCaseDesc 		Attempt to perform an extended function on a particular CAF agent
       
   216 //! 				(AgentSpecific_Ok)
       
   217 //! @SYMPREQ			PREQ780
       
   218 //! @SYMTestStatus		Implemented
       
   219 //! @SYMTestPriority		Critical
       
   220 //! @SYMTestActions		Check error returned matches expected value
       
   221 //! @SYMTestExpectedResults	Error returned matches expected value
       
   222 //! @SYMTestType		CIT
       
   223 START_TESTCASE SEC-CAF-CONT-0010
       
   224 RUN_TEST_STEP 100 tcaf CAFContentAgentSpecificStep c:\tcaf\ContentStep.ini AgentSpecificDrm
       
   225 END_TESTCASE SEC-CAF-CONT-0010
       
   226 
       
   227 //! @file
       
   228 //! @SYMTestCaseID 		SEC-CAF-CONT-0011
       
   229 //! @SYMTestCaseDesc 		Attempt to perform an extended function on the F32 Agent
       
   230 //! 				(AgentSpecific_Fails)
       
   231 //! @SYMPREQ			PREQ780
       
   232 //! @SYMTestStatus		Implemented
       
   233 //! @SYMTestPriority		Critical
       
   234 //! @SYMTestActions		Check error returned matches expected value
       
   235 //! @SYMTestExpectedResults	Error returned matches expected value
       
   236 //! @SYMTestType		CIT
       
   237 START_TESTCASE SEC-CAF-CONT-0011
       
   238 RUN_TEST_STEP 100 tcaf CAFContentAgentSpecificStep c:\tcaf\ContentStep.ini AgentSpecificPlainText
       
   239 END_TESTCASE SEC-CAF-CONT-0011
       
   240 
       
   241 //! @file
       
   242 //! @SYMTestCaseID 		SEC-CAF-CONT-0012
       
   243 //! @SYMTestCaseDesc 		Request rights for a given content object
       
   244 //! 				(RequestRights)
       
   245 //! @SYMPREQ			PREQ783
       
   246 //! @SYMTestStatus		Implemented
       
   247 //! @SYMTestPriority		Critical
       
   248 //! @SYMTestActions		Check status returned matches expected value
       
   249 //! @SYMTestExpectedResults	Status changes should match expected result
       
   250 //! @SYMTestType		CIT
       
   251 START_TESTCASE SEC-CAF-CONT-0012
       
   252 RUN_TEST_STEP 100 tcaf CAFContentRequestRightsStep c:\tcaf\ContentStep.ini RequestRights
       
   253 END_TESTCASE SEC-CAF-CONT-0012
       
   254 
       
   255 //! @file
       
   256 //! @SYMTestCaseID 		SEC-CAF-CONT-0013
       
   257 //! @SYMTestCaseDesc 		Find the embedded objects within a container in the file
       
   258 //! 				(EmbeddedObjects)
       
   259 //! @SYMREQ			REQ3679
       
   260 //! @SYMTestStatus		Implemented
       
   261 //! @SYMTestPriority		Critical
       
   262 //! @SYMTestActions		List the embedded content objects within the file
       
   263 //! @SYMTestExpectedResults	Number of embedded objects found matches expected number
       
   264 //! @SYMTestType		CIT
       
   265 START_TESTCASE SEC-CAF-CONT-0013
       
   266 RUN_TEST_STEP 100 tcaf CAFContentEmbeddedObjectsStep c:\tcaf\ContentStep.ini EmbeddedObjects
       
   267 END_TESTCASE SEC-CAF-CONT-0013
       
   268 
       
   269 //! @file
       
   270 //! @SYMTestCaseID 		SEC-CAF-CONT-3451
       
   271 //! @SYMTestCaseDesc 		Find the embedded objects within a valid gif file
       
   272 //! @SYMDEF			PDEF104571
       
   273 //! @SYMTestStatus		Implemented
       
   274 //! @SYMTestPriority		Critical
       
   275 //! @SYMTestActions		List the embedded content objects within a valid gif file.
       
   276 //! @SYMTestExpectedResults	Returned error code matches that expected.
       
   277 //! 				Number of embedded objects found matches the expected number.
       
   278 //! @SYMTestType		CT
       
   279 START_TESTCASE SEC-CAF-CONT-3451
       
   280 RUN_TEST_STEP 100 tcaf CAFContentEmbeddedObjectsStep c:\tcaf\ContentStep.ini EmbeddedObjectsGoodGif
       
   281 END_TESTCASE SEC-CAF-CONT-3451
       
   282 
       
   283 //! @file
       
   284 //! @SYMTestCaseID 		SEC-CAF-CONT-3452
       
   285 //! @SYMTestCaseDesc 		Find the embedded objects within an invalid gif file
       
   286 //! @SYMDEF			PDEF104571
       
   287 //! @SYMTestStatus		Implemented
       
   288 //! @SYMTestPriority		Critical
       
   289 //! @SYMTestActions		List the embedded content objects within an invalid gif file.
       
   290 //! @SYMTestExpectedResults	Returned error code matches that expected.
       
   291 //! 				Number of embedded objects found matches the expected number.
       
   292 //! @SYMTestType		CT
       
   293 START_TESTCASE SEC-CAF-CONT-3452
       
   294 RUN_TEST_STEP 100 tcaf CAFContentEmbeddedObjectsStep c:\tcaf\ContentStep.ini EmbeddedObjectsErrorGif
       
   295 END_TESTCASE SEC-CAF-CONT-3452
       
   296 
       
   297 //! @file
       
   298 //! @SYMTestCaseID 		SEC-CAF-CONT-0014
       
   299 //! @SYMTestCaseDesc 		List all embedded objects of a particular type
       
   300 //! 				(EmbeddedObjectType)
       
   301 //! @SYMREQ			REQ3679
       
   302 //! @SYMTestStatus		Implemented
       
   303 //! @SYMTestPriority		Critical
       
   304 //! @SYMTestActions		List the embedded objects within a container that are of a certain type (content, containers etc)
       
   305 //! @SYMTestExpectedResults	Number of embedded objects found matches the expected number
       
   306 //! @SYMTestType		CIT
       
   307 START_TESTCASE SEC-CAF-CONT-0014
       
   308 RUN_TEST_STEP 100 tcaf CAFContentEmbeddedObjectTypeStep c:\tcaf\ContentStep.ini EmbeddedObjectType
       
   309 END_TESTCASE SEC-CAF-CONT-0014
       
   310 
       
   311 //! @file
       
   312 //! @SYMTestCaseID 		SEC-CAF-CONT-3453
       
   313 //! @SYMTestCaseDesc 		List all embedded objects of a particular type for a valid gif file
       
   314 //! @SYMDEF			PDEF104571
       
   315 //! @SYMTestStatus		Implemented
       
   316 //! @SYMTestPriority		Critical
       
   317 //! @SYMTestActions		List the embedded objects within a container that are of a certain type (content, containers etc)
       
   318 //! 				for a valid gif file.
       
   319 //! @SYMTestExpectedResults	Returned error code matches that expected.
       
   320 //! 				Number of embedded objects found matches the expected number.
       
   321 //! @SYMTestType		CT
       
   322 START_TESTCASE SEC-CAF-CONT-3453
       
   323 RUN_TEST_STEP 100 tcaf CAFContentEmbeddedObjectTypeStep c:\tcaf\ContentStep.ini EmbeddedObjectTypeGoodGif
       
   324 END_TESTCASE SEC-CAF-CONT-3453
       
   325 
       
   326 //! @file
       
   327 //! @SYMTestCaseID 		SEC-CAF-CONT-3454
       
   328 //! @SYMTestCaseDesc 		List all embedded objects of a particular type for an invalid gif file
       
   329 //! @SYMDEF			PDEF104571
       
   330 //! @SYMTestStatus		Implemented
       
   331 //! @SYMTestPriority		Critical
       
   332 //! @SYMTestActions		List the embedded objects within a container that are of a certain type (content, containers etc)
       
   333 //! 				for an invalid gif file.
       
   334 //! @SYMTestExpectedResults	Returned error code matches that expected.
       
   335 //! 				Number of embedded objects found matches the expected number.
       
   336 //! @SYMTestType		CT
       
   337 START_TESTCASE SEC-CAF-CONT-3454
       
   338 RUN_TEST_STEP 100 tcaf CAFContentEmbeddedObjectTypeStep c:\tcaf\ContentStep.ini EmbeddedObjectTypeErrorGif
       
   339 END_TESTCASE SEC-CAF-CONT-3454
       
   340 
       
   341 //! @file
       
   342 //! @SYMTestCaseID 		SEC-CAF-CONT-0015
       
   343 //! @SYMTestCaseDesc 		Search for content objects of a particular type within the file
       
   344 //! 				(Search_TestAgent)
       
   345 //! @SYMREQ			REQ3679
       
   346 //! @SYMTestStatus		Implemented
       
   347 //! @SYMTestPriority		Critical
       
   348 //! @SYMTestActions		Search for content objects of a particular type within the file
       
   349 //! @SYMTestExpectedResults	Number of content objects found matches expected number
       
   350 //! @SYMTestType		CIT
       
   351 START_TESTCASE SEC-CAF-CONT-0015
       
   352 RUN_TEST_STEP 100 tcaf CAFContentSearchStep c:\tcaf\ContentStep.ini SearchTestAgent
       
   353 END_TESTCASE SEC-CAF-CONT-0015
       
   354 
       
   355 //! @file
       
   356 //! @SYMTestCaseID 		SEC-CAF-CONT-0016
       
   357 //! @SYMTestCaseDesc 		Search for content objects of a particular type within the file
       
   358 //! 				(Search_F32Agent)
       
   359 //! @SYMREQ			REQ3679
       
   360 //! @SYMTestStatus		Implemented
       
   361 //! @SYMTestPriority		Critical
       
   362 //! @SYMTestActions		Search for content objects of a particular type within the file
       
   363 //! @SYMTestExpectedResults	Number of content objects found matches expected number
       
   364 //! @SYMTestType		CIT
       
   365 START_TESTCASE SEC-CAF-CONT-0016
       
   366 RUN_TEST_STEP 100 tcaf CAFContentSearchStep c:\tcaf\ContentStep.ini SearchF32Agent
       
   367 END_TESTCASE SEC-CAF-CONT-0016
       
   368 
       
   369 //! @file
       
   370 //! @SYMTestCaseID 		SEC-CAF-CONT-3455
       
   371 //! @SYMTestCaseDesc 		Search for content objects of a particular type within a valid gif file
       
   372 //! @SYMDEF			PDEF104571
       
   373 //! @SYMTestStatus		Implemented
       
   374 //! @SYMTestPriority		Critical
       
   375 //! @SYMTestActions		Search for content objects of a particular type within the file
       
   376 //! @SYMTestExpectedResults	Number of content objects found matches expected number
       
   377 //! @SYMTestType		CT
       
   378 START_TESTCASE SEC-CAF-CONT-3455
       
   379 RUN_TEST_STEP 100 tcaf CAFContentSearchStep c:\tcaf\ContentStep.ini SearchF32AgentGoodGif
       
   380 END_TESTCASE SEC-CAF-CONT-3455
       
   381 
       
   382 //! @file
       
   383 //! @SYMTestCaseID 		SEC-CAF-CONT-3456
       
   384 //! @SYMTestCaseDesc 		Search for content objects of a particular type within an invalid gif file
       
   385 //! @SYMDEF			PDEF104571
       
   386 //! @SYMTestStatus		Implemented
       
   387 //! @SYMTestPriority		Critical
       
   388 //! @SYMTestActions		Search for content objects of a particular type within the file
       
   389 //! @SYMTestExpectedResults	Number of content objects found matches expected number
       
   390 //! @SYMTestType		CT
       
   391 START_TESTCASE SEC-CAF-CONT-3456
       
   392 RUN_TEST_STEP 100 tcaf CAFContentSearchStep c:\tcaf\ContentStep.ini SearchF32AgentErrorGif
       
   393 END_TESTCASE SEC-CAF-CONT-3456
       
   394 
       
   395 //! @file
       
   396 //! @SYMTestCaseID 		SEC-CAF-CONT-0017
       
   397 //! @SYMTestCaseDesc 		Open a container within a file
       
   398 //! 				(Container_Ok)
       
   399 //! @SYMREQ			REQ3679
       
   400 //! @SYMTestStatus		Implemented
       
   401 //! @SYMTestPriority		Critical
       
   402 //! @SYMTestActions		Open a container within a file
       
   403 //! @SYMTestExpectedResults	The container is opened successfully
       
   404 //! @SYMTestType		CIT
       
   405 START_TESTCASE SEC-CAF-CONT-0017
       
   406 RUN_TEST_STEP 100 tcaf CAFContentContainerStep c:\tcaf\ContentStep.ini ContainerDrm
       
   407 END_TESTCASE SEC-CAF-CONT-0017
       
   408 
       
   409 //! @file
       
   410 //! @SYMTestCaseID 		SEC-CAF-CONT-0018
       
   411 //! @SYMTestCaseDesc 		Attempt to open and close a container that does not exist
       
   412 //! 				(Container_NotFound)
       
   413 //! @SYMREQ			REQ3679
       
   414 //! @SYMTestStatus		Implemented
       
   415 //! @SYMTestPriority		Critical
       
   416 //! @SYMTestActions		Open a container that does not exist
       
   417 //! @SYMTestExpectedResults	Returns with KErrNotFound
       
   418 //! @SYMTestType		CIT
       
   419 START_TESTCASE SEC-CAF-CONT-0018
       
   420 RUN_TEST_STEP 100 tcaf CAFContentContainerStep c:\tcaf\ContentStep.ini ContainerPlainText
       
   421 END_TESTCASE SEC-CAF-CONT-0018
       
   422 
       
   423 
       
   424 
       
   425