sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Unit tests for 3GP Library. sl@0: // sl@0: // sl@0: sl@0: //! @file sl@0: //! @SYMTestSuiteName tsu_3gp_compose_large_file sl@0: //! @SYMScriptTestEnvironment 3GP library and necessary test files should be present sl@0: sl@0: LOAD_SUITE tsu_3gplibrary sl@0: sl@0: RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\ sl@0: RUN_UTILS MKDir C:\3gplibrary\temp\ sl@0: RUN_UTILS MKDir C:\3gplibrary\temp\composer\ sl@0: sl@0: START_TESTCASE MM-3GP-COMP-U-0011-CP sl@0: //! @SYMTestCaseID MM-3GP-COMP-U-0011-CP sl@0: //! @SYMTestCaseDesc Compose a large file >2GB sl@0: //! @SYMREQ REQ12478 sl@0: //! @SYMTestPriority 3 sl@0: //! @SYMTestActions 1. Instantiate a 3GP Composer object and compose a large file. sl@0: //! 2. Try the test with and without userdata sl@0: //! @SYMTestExpectedResults Test completes with no error. sl@0: RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposeLargeFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0011-CP-1 sl@0: RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposeLargeFileUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0011-CP-2 sl@0: RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposeLargeFileUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0011-CP-3 sl@0: END_TESTCASE MM-3GP-COMP-U-0011-CP sl@0: sl@0: START_TESTCASE MM-3GP-COMP-U-0117-CP sl@0: //! @SYMTestCaseID MM-3GP-COMP-U-0117-CP sl@0: //! @SYMTestCaseDesc Compose a large file >2GB using 32bit APIs sl@0: //! @SYMREQ REQ12478 sl@0: //! @SYMTestPriority 3 sl@0: //! @SYMTestActions 1. Instantiate a 3GP Composer object using 32bit APIs and compose a large file. sl@0: //! @SYMTestExpectedResults Test should fail with error KErrWrite sl@0: 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: END_TESTCASE MM-3GP-COMP-U-0117-CP sl@0: sl@0: //START_TESTCASE MM-3GP-COMP-U-0118-CP sl@0: //! @SYMTestCaseID MM-3GP-COMP-U-0118-CP sl@0: //! @SYMTestCaseDesc Compose a file using 64bit APIs on an mmc card until the disk is full sl@0: //! @SYMREQ REQ12478 sl@0: //! @SYMTestPriority 3 sl@0: //! @SYMTestActions 1. Instantiate a 3GP Composer object and compose a large file on an mmc card sl@0: //! @SYMTestExpectedResults Test should fail with error KErrGeneral sl@0: //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: //END_TESTCASE MM-3GP-COMP-U-0118-CP sl@0: sl@0: RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\ sl@0: