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