os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_compose_large_file.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Unit tests for 3GP Library.
    15 // 
    16 //
    17 
    18 //! @file
    19 //! @SYMTestSuiteName tsu_3gp_compose_large_file
    20 //! @SYMScriptTestEnvironment 3GP library and necessary test files should be present
    21 
    22 LOAD_SUITE tsu_3gplibrary
    23 
    24 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\
    25 RUN_UTILS MKDir C:\3gplibrary\temp\
    26 RUN_UTILS MKDir C:\3gplibrary\temp\composer\
    27 
    28 START_TESTCASE MM-3GP-COMP-U-0011-CP
    29 //! @SYMTestCaseID 		MM-3GP-COMP-U-0011-CP
    30 //! @SYMTestCaseDesc 	Compose a large file >2GB
    31 //! @SYMREQ 			REQ12478
    32 //! @SYMTestPriority 	3
    33 //! @SYMTestActions		1. Instantiate a 3GP Composer object and compose a large file.
    34 //!						2. Try the test with and without userdata
    35 //! @SYMTestExpectedResults 	Test completes with no error. 
    36 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeLargeFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0011-CP-1
    37 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeLargeFileUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0011-CP-2
    38 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeLargeFileUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0011-CP-3
    39 END_TESTCASE MM-3GP-COMP-U-0011-CP
    40 
    41 START_TESTCASE MM-3GP-COMP-U-0117-CP
    42 //! @SYMTestCaseID 		MM-3GP-COMP-U-0117-CP
    43 //! @SYMTestCaseDesc 	Compose a large file >2GB using 32bit APIs
    44 //! @SYMREQ 			REQ12478
    45 //! @SYMTestPriority 	3
    46 //! @SYMTestActions		1. Instantiate a 3GP Composer object using 32bit APIs and compose a large file.
    47 //! @SYMTestExpectedResults 	Test should fail with error KErrWrite
    48 RUN_TEST_STEP !Error=-23 -1 tsu_3gplibrary 3GPComposeLargeFile32bitAPI C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0117-CP
    49 END_TESTCASE MM-3GP-COMP-U-0117-CP
    50 
    51 //START_TESTCASE MM-3GP-COMP-U-0118-CP
    52 //! @SYMTestCaseID 		MM-3GP-COMP-U-0118-CP
    53 //! @SYMTestCaseDesc 	Compose a file using 64bit APIs on an mmc card until the disk is full
    54 //! @SYMREQ 			REQ12478
    55 //! @SYMTestPriority 	3
    56 //! @SYMTestActions		1. Instantiate a 3GP Composer object and compose a large file on an mmc card
    57 //! @SYMTestExpectedResults 	Test should fail with error KErrGeneral
    58 //RUN_TEST_STEP !Error=-2 -1 tsu_3gplibrary 3GPComposeLargeFileDiskFull C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0118-CP
    59 //END_TESTCASE MM-3GP-COMP-U-0118-CP
    60 
    61 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\
    62