@@ -167,7 +167,6 @@ private void getAfterMemory_updateLog(String[] loggingInfo, boolean when,
167167 *
168168 * @throws Exception
169169 */
170- // TODO : remove TC_STR_001
171170 @ LargeTest
172171 public void testStressAddRemoveVideoItem () throws Exception {
173172 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -241,7 +240,6 @@ public void testStressAddRemoveVideoItem() throws Exception {
241240 *
242241 * @throws Exception
243242 */
244- // TODO : remove TC_STR_002
245243 @ LargeTest
246244 public void testStressAddRemoveImageItem () throws Exception {
247245 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -310,7 +308,6 @@ public void testStressAddRemoveImageItem() throws Exception {
310308 *
311309 * @throws Exception
312310 */
313- // TODO : remove TC_STR_003
314311 @ LargeTest
315312 public void testStressAddRemoveTransition () throws Exception {
316313 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -428,7 +425,6 @@ public void testStressAddRemoveTransition() throws Exception {
428425 *
429426 * @throws Exception
430427 */
431- // TODO : remove TC_STR_004
432428 @ LargeTest
433429 public void testStressAddRemoveOverlay () throws Exception {
434430 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -493,7 +489,6 @@ public void testStressAddRemoveOverlay() throws Exception {
493489 *
494490 * @throws Exception
495491 */
496- // TODO : remove TC_STR_005
497492 @ LargeTest
498493 public void testStressAddRemoveEffects () throws Exception {
499494 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -590,7 +585,6 @@ public void testStressAddRemoveEffects() throws Exception {
590585 *
591586 * @throws Exception
592587 */
593- // TODO : remove TC_STR_006
594588 @ LargeTest
595589 public void testStressThumbnailVideoItem () throws Exception {
596590 final String videoItemFileName = INPUT_FILE_PATH
@@ -651,7 +645,6 @@ public void testStressThumbnailVideoItem() throws Exception {
651645 *
652646 * @throws Exception
653647 */
654- // TODO : remove TC_STR_007
655648 @ LargeTest
656649 public void testStressMediaProperties () throws Exception {
657650 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -747,7 +740,6 @@ public void testStressMediaProperties() throws Exception {
747740 *
748741 * @throws Exception
749742 */
750- // TODO : remove TC_STR_008
751743 @ LargeTest
752744 public void testStressInsertMovieItems () throws Exception {
753745 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -759,7 +751,7 @@ public void testStressInsertMovieItems() throws Exception {
759751 "MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.3gp" ;
760752 final String [] loggingInfo = new String [1 ];
761753 int i = 0 ;
762- writeTestCaseHeader ("testStressInsertMoveItems " );
754+ writeTestCaseHeader ("testStressInsertMovieItems " );
763755
764756 final MediaVideoItem mediaItem1 = new MediaVideoItem (mVideoEditor ,
765757 "m1" , VideoItemFileName1 , renderingMode );
@@ -801,7 +793,6 @@ public void testStressInsertMovieItems() throws Exception {
801793 *
802794 * @throws Exception
803795 */
804- // TODO : remove TC_STR_009
805796 @ LargeTest
806797 public void testStressLoadAndSave () throws Exception {
807798 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -916,7 +907,6 @@ public void onProgress(Object item, int action, int progress) {
916907 *
917908 * @throws Exception
918909 */
919- // TODO : remove TC_STR_010
920910 @ LargeTest
921911 public void testStressMultipleExport () throws Exception {
922912 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -1007,7 +997,6 @@ public void onProgress(VideoEditor ve, String outFileName,
1007997 *
1008998 * @throws Exception
1009999 */
1010- // TODO : remove TC_STR_011
10111000 @ LargeTest
10121001 public void testStressOverlayTransKenBurn () throws Exception {
10131002 final int renderingMode = MediaItem .RENDERING_MODE_BLACK_BORDER ;
@@ -1094,7 +1083,6 @@ public void testStressOverlayTransKenBurn() throws Exception {
10941083 *
10951084 * @throws Exception
10961085 */
1097- // TODO : remove TC_STR_012
10981086 @ LargeTest
10991087 public void testStressAudioTrackVideo () throws Exception {
11001088 final String videoItemFileName1 = INPUT_FILE_PATH +
@@ -1147,7 +1135,6 @@ public void onProgress(Object item, int action, int progress) {
11471135 *
11481136 * @throws Exception
11491137 */
1150- // TODO : remove TC_STR_013
11511138 @ LargeTest
11521139 public void testStressStoryBoard () throws Exception {
11531140 final String videoItemFileName1 = INPUT_FILE_PATH +
@@ -1237,7 +1224,6 @@ public void testStressStoryBoard() throws Exception {
12371224 *
12381225 * @throws Exception
12391226 */
1240- // TODO : remove TC_STR_014
12411227 @ LargeTest
12421228 public void testStressAudioTrackOnly () throws Exception {
12431229
@@ -1267,7 +1253,6 @@ public void testStressAudioTrackOnly() throws Exception {
12671253 *
12681254 * @throws Exception
12691255 */
1270- // TODO : remove TC_STR_016 -- New Test Case
12711256 @ LargeTest
12721257 public void testStressThumbnailImageItem () throws Exception {
12731258 final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg" ;
0 commit comments