os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_compose_oom_te.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 - Composer OOM Tests
    15 // 
    16 //
    17 
    18 //! @file
    19 //! @SYMTestSuiteName tsu_3gp_compose_oom
    20 //! @SYMScriptTestEnvironment 3GP library and necessary test files should be present
    21 //! @SYMScriptInfo All tests contained in this suite are duplicates of OOM-applicable test cases from test suite tsu_3gp_compose_api (tsu_3gp_compose_api_te.script).  This allows the test suite tsu_3gp_compose_api to focus solely on functional testing.
    22 
    23 LOAD_SUITE tsu_3gplibrary
    24 
    25 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\
    26 RUN_UTILS MKDir C:\3gplibrary\temp\
    27 RUN_UTILS MKDir C:\3gplibrary\temp\composer\
    28 
    29 START_TESTCASE MM-3GP-COMP-U-0203-CP
    30 //! @SYMTestCaseID 		MM-3GP-COMP-U-0203-CP
    31 //! @SYMTestCaseDesc 	Create a 3GP Composer with QCELP audio using 3GP or MP4 format.
    32 //! @SYMPREQ 			PREQ2050
    33 //! @SYMTestPriority 	3
    34 //! @SYMTestActions 	1. Instantiate a 3GP Composer
    35 //!						2. Setup composer with QCELP audio in 3GP format.
    36 //!						3. Add the QCELP audio data and close the composer
    37 //!						4. Setup composer with QCELP audio in MP4 format.
    38 //!						5. Add the QCELP audio data and close the composer
    39 //! @SYMTestExpectedResults		Output files created with major brand of '3g2a'.  
    40 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0003-CP-1
    41 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0003-CP-2
    42 END_TESTCASE MM-3GP-COMP-U-0203-CP
    43 
    44 START_TESTCASE MM-3GP-COMP-U-0204-CP
    45 //! @SYMTestCaseID 		MM-3GP-COMP-U-0204-CP
    46 //! @SYMTestCaseDesc 	Create a MP4 file with video and/or audio of ONLY the combinations of MPEG-4 video, MPEG-4 audio and/or AVC video.
    47 //! @SYMPREQ 			PREQ2050
    48 //! @SYMTestPriority 	3
    49 //! @SYMTestActions 	1. Instantiate a 3GP Composer
    50 //!						2. Setup composer with AMR audio and MPEG-4 video in MP4 format.
    51 //!						3. Add both audio and video data to create the content and close the composer
    52 //!						4. Setup composer with MPEG-4 audio and H263 video in MP4 format.
    53 //!						5. Add both audio and video data to create the content and close the composer
    54 //!						6. Setup composer with AMR audio and AVC video in MP4 format.
    55 //!						7. Add both audio and video data to create the content and close the composer
    56 //!						8. Exam the above output files and the major brand of both file should be '3gp4' instead of 'mp42'.
    57 //!						9. Setup composer with MPEG-4 audio and AVC video in MP4 format.
    58 //!						10. Add both audio and video data to create the content and close the composer
    59 //!						11. Setup composer with MPEG-4 audio and MPEG-4 video in MP4 format.
    60 //!						12. Add both audio and video data to create the content and close the composer
    61 //!						13. Setup composer with MPEG-4 audio in MP4 format.
    62 //!						14. Add both audio data to create the content and close the composer
    63 //!						15. Setup composer with MPEG-4 video in MP4 format.
    64 //!						16. Add both video data to create the content and close the composer
    65 //!						17. Setup composer with AVC video in MP4 format.
    66 //!						18. Add both video data to create the content and close the composer
    67 //!						19. Exam the above output files and the major brand of both file should be of 'mp42'.
    68 //! @SYMTestExpectedResults 	Test completes with no error.
    69 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-1
    70 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-2
    71 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-3
    72 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-4
    73 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-5
    74 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-6
    75 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-7
    76 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-8
    77 END_TESTCASE MM-3GP-COMP-U-0204-CP
    78 
    79 START_TESTCASE MM-3GP-COMP-U-0205-CP
    80 //! @SYMTestCaseID 		MM-3GP-COMP-U-0205-CP
    81 //! @SYMTestCaseDesc 	Set video stream properties of MP4/3GP/3G2 file with different video properties for different video types.
    82 //! @SYMPREQ 			PREQ2050
    83 //! @SYMTestPriority 	3
    84 //! @SYMTestActions 	1. Instantiate a 3GP Composer 
    85 //!						2. Setup the composer with 3GP/MP4/3G2 file format with one of the supported video types w/ different video properties.  Close the composer.
    86 //!						3. Repeat with clips of different video properties: video length of 1 and big value, low frame rate & high frame rate, small video width -1 or large video width, small video height or large video height, small timescale or large.
    87 //! @SYMTestExpectedResults 	Test completes with no error.
    88 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeVideoProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0005-CP-1
    89 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeVideoProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0005-CP-2
    90 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeVideoProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0005-CP-3
    91 END_TESTCASE MM-3GP-COMP-U-0205-CP
    92 
    93 START_TESTCASE MM-3GP-COMP-U-0206-CP
    94 //! @SYMTestCaseID 		MM-3GP-COMP-U-0206-CP
    95 //! @SYMTestCaseDesc 	Create MP4 file with AVC video types specifying video frame dependencies.
    96 //! @SYMPREQ 			PREQ2050
    97 //! @SYMTestPriority 	3
    98 //! @SYMTestActions 	1. Instantiate a 3GP Composer object with MP4 file format & AVC video source.
    99 //!						2. Write each video frame with different combinations of dependencies & redundancies available.
   100 //! @SYMTestExpectedResults 	Test completes with no error.	
   101 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeFrameDependency C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0006-CP-1
   102 END_TESTCASE MM-3GP-COMP-U-0206-CP
   103 
   104 START_TESTCASE MM-3GP-COMP-U-0207-CP
   105 //! @SYMTestCaseID 		MM-3GP-COMP-U-0207-CP
   106 //! @SYMTestCaseDesc 	Set audio stream properties of MP4/3GP/3G2 file with different audio properties for different audio types.
   107 //! @SYMPREQ 			PREQ2050
   108 //! @SYMTestPriority 	3
   109 //! @SYMTestActions 	1. Instantiate a 3GP Composer 
   110 //!						2. Setup the composer with 3GP/MP4/3G2 file format with one of the supported audio types w/ different audio properties.  Close the composer.
   111 //!						3. Repeat with clips of different audio properties: audio length of 1 and big value, low frame rate & high frame rate, etc ...
   112 //! @SYMTestExpectedResults 	Test completes with no error.	
   113 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-1
   114 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-2
   115 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-3
   116 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-4
   117 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-5
   118 END_TESTCASE MM-3GP-COMP-U-0207-CP
   119 
   120 START_TESTCASE MM-3GP-COMP-U-0208-CP
   121 //! @SYMTestCaseID 		MM-3GP-COMP-U-0208-CP
   122 //! @SYMTestCaseDesc	Set user atoms for mp4/3gp files. 
   123 //! @SYMPREQ 			PREQ2050
   124 //! @SYMTestPriority 	3
   125 //! @SYMTestActions 	1. Instantiate a 3GP Composer object with a 3GP/MP4/3G2 file.
   126 //!						2. Set the user atom for all 3 locations: movie, video track & audio track.
   127 //! @SYMTestExpectedResults 	Test completes with no error.
   128 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0008-CP-1
   129 END_TESTCASE MM-3GP-COMP-U-0208-CP
   130 
   131 START_TESTCASE MM-3GP-COMP-U-0209-CP
   132 //! @SYMTestCaseID 		MM-3GP-COMP-U-0209-CP
   133 //! @SYMTestCaseDesc 	Set file buffer for the 3GP Composer.
   134 //! @SYMPREQ 			PREQ2050
   135 //! @SYMTestPriority 	3
   136 //! @SYMTestActions 	1. Instantiate a 3GP Composer with data buffer of size 20000 and buffer count to 200
   137 //!						2. Instantiate a 3GP Composer with data buffer of size 100 and buffer count to 10
   138 //! @SYMTestExpectedResults 	Test completes with no error. 
   139 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0009-CP-1
   140 END_TESTCASE MM-3GP-COMP-U-0209-CP
   141 
   142 START_TESTCASE MM-3GP-COMP-U-0210-CP
   143 //! @SYMTestCaseID 		MM-3GP-COMP-U-0210-CP
   144 //! @SYMTestCaseDesc 	Use composer flags to compose file.
   145 //! @SYMPREQ 			PREQ2050
   146 //! @SYMTestPriority 	3
   147 //! @SYMTestActions		1. Instantiate a 3GP Composer object supplying a composer flag, and compose a file.
   148 //!						2. Try the test with all possible composer flag combinations. 
   149 //! @SYMTestExpectedResults 	Test completes with no error. 
   150 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeWithFlag C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0010-CP-1
   151 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeWithFlag C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0010-CP-2
   152 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeWithFlag C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0010-CP-3
   153 END_TESTCASE MM-3GP-COMP-U-0210-CP
   154 
   155 START_TESTCASE MM-3GP-COMP-U-0301-CP
   156 //! @SYMTestCaseID 		MM-3GP-COMP-U-0301-CP
   157 //! @SYMTestCaseDesc 	Use of Composer API before the Composer has been initialised.
   158 //! @SYMPREQ 			PREQ2050
   159 //! @SYMTestPriority 	3
   160 //! @SYMTestActions 	1. Instantiate a 3GP Composer without calling Open to setup the output destination.
   161 //!						2. Call all composer API available except C3GPCompose::Open
   162 //! @SYMTestExpectedResults 	All calls should fail with error KErrNotReady except C3GPCompose::Complete returns KErrNone.
   163 RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPComposeWithoutOpen
   164 END_TESTCASE MM-3GP-COMP-U-0301-CP
   165 
   166 START_TESTCASE MM-3GP-COMP-U-0302-CP
   167 //! @SYMTestCaseID 		MM-3GP-COMP-U-0302-CP
   168 //! @SYMTestCaseDesc 	Create composer to write to a file location with invalid file names.
   169 //! @SYMPREQ 			PREQ2050
   170 //! @SYMTestPriority 	3
   171 //! @SYMTestActions 	1. Instantiate a 3GP Composer object
   172 //!						2. Attempt to Open composer by supplying an empty file name.
   173 //!						3. Attempt to Open composer by supplying a file name containing > max file path length.
   174 //!						4. Attempt to Open composer by supplying a file name containing wildcards in the drive or in any directory name.
   175 //!						5. Attempt to Open composer by supplying a file name containing double backslashes in the path.
   176 //!						6. Attempt to Open composer by supplying a file name containing the following characters anywhere in the path: < > " / |	
   177 //!						7. Attempt to Open composer by supplying a file name containing a colon not between the drive and path
   178 //! 					8. Attempt to Open composer by supplying a file name containing solely of space characters, or of a single or double dot.
   179 //! 					9. Attempt to Open composer by supplying a file name containing spaces between the drive, if specified, and the first directory in the path are illegal, although there may be spaces between other path components, for instance between directories. 
   180 //! @SYMTestExpectedResults 	Setup fails with errors KErrUnderflow(-10) for the first case, and KErrAccessDenied(-21) for the rest.
   181 RUN_TEST_STEP !OOM !Error=-10 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-1
   182 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-2
   183 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-3
   184 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-4
   185 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-5
   186 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-6
   187 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-7
   188 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-8
   189 END_TESTCASE MM-3GP-COMP-U-0302-CP
   190 
   191 START_TESTCASE MM-3GP-COMP-U-0303-CP
   192 //! @SYMTestCaseID 		MM-3GP-COMP-U-0303-CP
   193 //! @SYMTestCaseDesc 	Setup composer with an invalid file format.
   194 //! @SYMPREQ 			PREQ2050
   195 //! @SYMTestPriority 	3
   196 //! @SYMTestActions 	Supply an invalid file format value when setup a composer.
   197 //! @SYMTestExpectedResults 	Open panics with error KErrArgument.
   198 RUN_TEST_STEP !OOM !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0103-CP-1
   199 END_TESTCASE MM-3GP-COMP-U-0303-CP
   200 
   201 START_TESTCASE MM-3GP-COMP-U-0307-CP
   202 //! @SYMTestCaseID 		MM-3GP-COMP-U-0307-CP
   203 //! @SYMTestCaseDesc	Composer setup by filepath writes to a file use exclusive mode.
   204 //! @SYMPREQ 			PREQ2050
   205 //! @SYMTestPriority 	3
   206 //! @SYMTestActions 	1. Use RFile to open a file with EFileShareAny
   207 //!						2. Initialise a 3GP Composer with file path pointing at the file opened in Step 1
   208 //!						3. Close RFile in Step 1.  Reopen with EFileShareReadersOrWriters
   209 //!						4. Repeat Step 2.
   210 //! @SYMTestExpectedResults 	Composition fails with error -21.
   211 RUN_TEST_STEP !OOM !Error=-21 -1 tsu_3gplibrary 3GPComposeOpenedFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0106-CP-1
   212 END_TESTCASE MM-3GP-COMP-U-0307-CP
   213 
   214 START_TESTCASE MM-3GP-COMP-U-0308-CP
   215 //! @SYMTestCaseID 		MM-3GP-COMP-U-0308-CP
   216 //! @SYMTestCaseDesc	Create composer to create a MP4/3GP/3G2 file specifying no video or audio type. 
   217 //! @SYMPREQ 			PREQ2050
   218 //! @SYMTestPriority 	3
   219 //! @SYMTestActions		1. Instantiate a composer
   220 //!						2. Call C3GPCompose::Open passing NULL for both video & audio input parameter. 
   221 //! @SYMTestExpectedResults 	Fails with error .
   222 RUN_TEST_STEP !OOM !Error=-6 -1 tsu_3gplibrary 3GPComposeWithNoAudioVideo C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0108-CP-1
   223 END_TESTCASE MM-3GP-COMP-U-0308-CP
   224 
   225 START_TESTCASE MM-3GP-COMP-U-0309-CP
   226 //! @SYMTestCaseID 		MM-3GP-COMP-U-0309-CP
   227 //! @SYMTestCaseDesc 	Write Audio Frames with invalid input parameters.
   228 //! @SYMPREQ 			PREQ2050
   229 //! @SYMTestPriority 	3
   230 //! @SYMTestActions 	1. Initialise a 3GP Composer with file path / file handle
   231 //!						2. Attempt to add audio frame with NULL frame data.
   232 //!						3. Attempt to add audio frame to a video only composer setup.
   233 //! @SYMTestExpectedResults 	The first 3 tests fails with KErrUnderFlow, and the last one fails with KErrNotSupported.
   234 RUN_TEST_STEP !OOM !Error=-10 -1 tsu_3gplibrary 3GPComposeAudioFrames C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0109-CP-1
   235 RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary 3GPComposeAudioFrames C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0109-CP-4
   236 END_TESTCASE MM-3GP-COMP-U-0309-CP
   237 
   238 START_TESTCASE MM-3GP-COMP-U-0312-CP
   239 //! @SYMTestCaseID 		MM-3GP-COMP-U-0312-CP
   240 //! @SYMTestCaseDesc 	Set the custom file buffer size to invalid values.
   241 //! @SYMPREQ 			PREQ2050
   242 //! @SYMTestPriority 	3
   243 //! @SYMTestActions 	1. Instantiate a 3GP Composer with file path / file handle
   244 //!						2. Set customer media write buffer to size 0 and max count to 10.  This should result in error.
   245 //!						3. Set customer media write buffer to size 1000 and max count to 0.  This should result in error.
   246 //!						4. Set customer media write buffer to size 1000 and max count to 5.  This should result in error."
   247 //! @SYMTestExpectedResults 	Test should panic w/ error KErrArgument.
   248 RUN_TEST_STEP !OOM !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0112-CP-1
   249 RUN_TEST_STEP !OOM !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0112-CP-2
   250 RUN_TEST_STEP !OOM !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0112-CP-3
   251 END_TESTCASE MM-3GP-COMP-U-0312-CP
   252 
   253 START_TESTCASE MM-3GP-COMP-U-0304-CP
   254 //! @SYMTestCaseID 		MM-3GP-COMP-U-0304-CP
   255 //! @SYMTestCaseDesc 	Setup composer w/ invalid audio properties. 
   256 //! @SYMPREQ 			PREQ2050
   257 //! @SYMTestPriority 	3
   258 //! @SYMTestActions 	1. Attempt to setup composer w/ audio timescale > 65536
   259 //!						2. Attempt to setup composer w/ FPS > 256.
   260 //! @SYMTestExpectedResults 	Both test should panic with KErrOverFlow
   261 RUN_TEST_STEP !OOM !PanicCode=-9 -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0104-CP-1
   262 RUN_TEST_STEP !OOM !PanicCode=-9 -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0104-CP-2
   263 END_TESTCASE MM-3GP-COMP-U-0304-CP
   264 
   265 START_TESTCASE MM-3GP-COMP-U-0305-CP
   266 //! @SYMTestCaseID 		MM-3GP-COMP-U-0305-CP
   267 //! @SYMTestCaseDesc 	Use an opened Composer to compose another file.
   268 //! @SYMPREQ 			PREQ2050
   269 //! @SYMTestPriority 	3
   270 //! @SYMTestActions 	1. Instantiate a 3GP Composer with file path / file handle with one of the supported audio and/or video types.
   271 //!						2. Attempt to use the same composer to compose another file without closing it first.
   272 //! @SYMTestExpectedResults 	Test should failed w/ error KErrInUse.
   273 RUN_TEST_STEP !OOM !Error=-14 -1 tsu_3gplibrary 3GPComposeOpenAgain C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0105-CP-1
   274 END_TESTCASE MM-3GP-COMP-U-0305-CP
   275 
   276 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\
   277