contentmgmt/referencedrmagent/tcaf/scripts/contentiteratorstep.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 
       
    35 //! @SYMTestCaseID 		SEC-CAF-CONTIT-0002
       
    36 //! @SYMTestCaseDesc 		CopyFile
       
    37 START_TESTCASE SEC-CAF-CONTIT-0002
       
    38 RUN_TEST_STEP 100 tcaf CAFCopyFileStep c:\tcaf\managerstep.ini PrivateCopyFileOk
       
    39 END_TESTCASE SEC-CAF-CONTIT-0002
       
    40 
       
    41 
       
    42 //! @file
       
    43 //! @SYMTestCaseID 		SEC-CAF-CONTIT-0001
       
    44 //! @SYMTestCaseDesc 		Find all the content objects within a specified directory
       
    45 //! 				(ContentIterator)
       
    46 //! @SYMREQ			REQ3679
       
    47 //! @SYMTestStatus		Implemented
       
    48 //! @SYMTestPriority		Normal
       
    49 //! @SYMTestActions		Find all the content objects within a specified directory
       
    50 //! @SYMTestExpectedResults	Should return KErrNone
       
    51 //! @SYMTestType		CIT
       
    52 START_TESTCASE SEC-CAF-CONTIT-0001
       
    53 RUN_TEST_STEP 200 tcaf CAFContentIteratorStep c:\tcaf\contentiteratorstep.ini ContentIterator
       
    54 RUN_TEST_STEP 100 tcaf CAFDeleteStep c:\tcaf\managerstep.ini PrivateDeleteFileOk
       
    55 END_TESTCASE SEC-CAF-CONTIT-0001