contentmgmt/referencedrmagent/tcaf/scripts/tcaf.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 PRINT Run all TCAF tests.
       
    33 PRINT
       
    34 
       
    35 RUN_UTILS MkDir c:\rta\
       
    36 RUN_UTILS MkDir c:\rta\testdata\
       
    37 RUN_UTILS MkDir c:\tcaf\
       
    38 RUN_UTILS MkDir c:\tcaf\testdata\
       
    39 RUN_UTILS MkDir c:\tcaf\testdata\TestAgentPrivateDir\
       
    40 
       
    41 RUN_UTILS CopyFile z:\rta\testdata\*.* c:\rta\testdata\*.*
       
    42 RUN_UTILS CopyFile z:\tcaf\testdata\*.* c:\tcaf\testdata\*.*
       
    43 RUN_UTILS CopyFile z:\tcaf\testdata\TestAgentPrivateDir\*.* c:\tcaf\testdata\TestAgentPrivateDir\*.*
       
    44 
       
    45 RUN_UTILS MakeReadWrite c:\tcaf\testdata\copyfile.txt
       
    46 
       
    47 RUN_SCRIPT z:\tcaf\cafutils.script
       
    48 RUN_SCRIPT z:\tcaf\consumerstep.script
       
    49 RUN_SCRIPT z:\tcaf\contentstep.script
       
    50 RUN_SCRIPT z:\tcaf\managerstep.script
       
    51 RUN_SCRIPT z:\tcaf\recognize.script
       
    52 RUN_SCRIPT z:\tcaf\rightsmanagerstep.script
       
    53 RUN_SCRIPT z:\tcaf\supply.script
       
    54 RUN_SCRIPT z:\tcaf\contentiteratorstep.script
       
    55 RUN_SCRIPT z:\tcaf\oom.script
       
    56 RUN_SCRIPT z:\tcaf\stringattributes.script
       
    57 
       
    58 RUN_UTILS Delete c:\supplied.drm
       
    59 RUN_UTILS Delete c:\receipt.txt
       
    60 RUN_UTILS Delete c:\OUTPUTFILE.DRM
       
    61 
       
    62 RUN_SCRIPT z:\tcaf\testcleanupstep.script
       
    63 
       
    64 PRINT
       
    65 PRINT All TCAF tests completed.
       
    66