Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1103cfc authored by James Dong's avatar James Dong
Browse files

Remove obsolete TODO comments

Change-Id: Ie2353f11c4bbea5699cf9b824bb4b6aa113e3472
parent fa78fe0d
Loading
Loading
Loading
Loading
+3 −38
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H.263 QCIF.
     */
    // TODO : TC_TN_001
    @LargeTest
    public void testThumbnailForH263QCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -104,7 +103,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on MPEG4 VGA .
     */
    // TODO : TC_TN_002
    @LargeTest
    public void testThumbnailForMPEG4VGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -124,7 +122,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on MPEG4 NTSC.
     */
    // TODO : TC_TN_003
    @LargeTest
    public void testThumbnailForMPEG4NTSC() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -144,7 +141,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on MPEG4 WVGA.
     */
    // TODO : TC_TN_004
    @LargeTest
    public void testThumbnailForMPEG4WVGA() throws Exception {

@@ -165,7 +161,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on MPEG4 QCIF.
     */
    // TODO : TC_TN_005
    @LargeTest
    public void testThumbnailForMPEG4QCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -186,7 +181,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H264 QCIF.
     */
    // TODO : TC_TN_006
    @LargeTest
    public void testThumbnailForH264QCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -207,7 +201,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H264 VGA.
     */
    // TODO : TC_TN_007
    @LargeTest
    public void testThumbnailForH264VGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -228,7 +221,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H264 WVGA.
     */
    // TODO : TC_TN_008
    @LargeTest
    public void testThumbnailForH264WVGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -248,7 +240,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H264 854x480.
     */
    // TODO : TC_TN_009
    @LargeTest
    public void testThumbnailForH264854_480() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -269,7 +260,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H264 960x720.
     */
    // TODO : TC_TN_010
    @LargeTest
    public void testThumbnailForH264HD960() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -290,7 +280,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on H264 1080x720 .
     */
    // TODO : TC_TN_011
    @LargeTest
    public void testThumbnailForH264HD1080() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -310,7 +299,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail / frame extraction precision at 0,100 and 200 ms
     */
    // TODO : TC_TN_012
    @LargeTest
    public void testThumbnailForH264VGADifferentDuration() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -345,7 +333,6 @@ public class MediaItemThumbnailTest extends
     *Check the thumbnail / frame extraction precision at
     * FileDuration,FileDuration/2 + 100 andFileDuration/2 + 200 ms
     */
    // TODO : TC_TN_013
    @LargeTest
    public void testThumbnailForMP4VGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -379,7 +366,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail / frame extraction on JPEG file
     */
    // TODO : TC_TN_014
    @LargeTest
    public void testThumbnailForImage() throws Exception {
        final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg";
@@ -402,7 +388,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H263 QCIF
     */
    // TODO : TC_TN_015
    @LargeTest
    public void testThumbnailListH263QCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -432,7 +417,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for MPEG4 QCIF
     */
    // TODO : TC_TN_016
    @LargeTest
    public void testThumbnailListMPEG4QCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -463,7 +447,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H264 VGA
     */
    // TODO : TC_TN_017
    @LargeTest
    public void testThumbnailListH264VGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -492,7 +475,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H264 WVGA
     */
    // TODO : TC_TN_018
    @LargeTest
    public void testThumbnailListH264WVGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -521,7 +503,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H264 VGA ,Time exceeding file duration
     */
    // TODO : TC_TN_019
    @LargeTest
    public void testThumbnailH264VGAExceedingFileDuration() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -547,7 +528,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for VGA Image
     */
    // TODO : TC_TN_020
    @LargeTest
    public void testThumbnailListVGAImage() throws Exception {
        final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg";
@@ -576,7 +556,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for Invalid file path
     */
    // TODO : TC_TN_021
    @LargeTest
    public void testThumbnailForInvalidFilePath() throws Exception {
        final String imageItemFileName = INPUT_FILE_PATH + "/sdcard/abc.jpg";
@@ -596,7 +575,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction with setBoundaries
     */
    // TODO : TC_TN_022
    @LargeTest
    public void testThumbnailForMPEG4WVGAWithSetBoundaries() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -620,7 +598,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H264 WVGA with setExtractboundaries
     */
    // TODO : TC_TN_023
    @LargeTest
    public void testThumbnailListForH264WVGAWithSetBoundaries() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -652,7 +629,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H264 WVGA with count > frame available
     */
    // TODO : TC_TN_024
    @LargeTest
    public void testThumbnailListForH264WVGAWithCount() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -684,7 +660,6 @@ public class MediaItemThumbnailTest extends
    /**
     *To test ThumbnailList for H264 WVGA with startTime > End Time
     */
    // TODO : TC_TN_025
    @LargeTest
    public void testThumbnailListH264WVGAWithStartGreaterEnd() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -710,9 +685,8 @@ public class MediaItemThumbnailTest extends
    }

    /**
     *To test ThumbnailList TC_TN_026 for H264 WVGA with startTime = End Time
     *To test ThumbnailList for H264 WVGA with startTime = End Time
     */
    // TODO : TC_TN_026
    @LargeTest
    public void testThumbnailListH264WVGAWithStartEqualEnd() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -738,10 +712,9 @@ public class MediaItemThumbnailTest extends
    }

    /**
     *To test ThumbnailList TC_TN_027 for file where video duration is less
     *To test ThumbnailList for file where video duration is less
     * than file duration.
     */
    // TODO : TC_TN_027
    @LargeTest
    public void testThumbnailForVideoDurationLessFileDuration() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -760,9 +733,8 @@ public class MediaItemThumbnailTest extends
    }

    /**
     *To test ThumbnailList TC_TN_028 for file which has video part corrupted
     *To test ThumbnailList for file which has video part corrupted
     */
    // TODO : TC_TN_028
    @LargeTest
    public void testThumbnailWithCorruptedVideoPart() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -787,7 +759,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail / frame list extraction for Height as Negative Value
     */
    // TODO : TC_TN_029
    @LargeTest
    public void testThumbnailWithNegativeHeight() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -815,7 +786,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail for Height as Zero
     */
    // TODO : TC_TN_030
    @LargeTest
    public void testThumbnailWithHeightAsZero() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -839,7 +809,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail for Height = 10
     */
    // TODO : TC_TN_031
    @LargeTest
    public void testThumbnailWithHeight() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -859,7 +828,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail / frame list extraction for Width as Negative Value
     */
    // TODO : TC_TN_032
    @LargeTest
    public void testThumbnailWithNegativeWidth() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -887,7 +855,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail / frame list extraction for Width zero
     */
    // TODO : TC_TN_033
    @LargeTest
    public void testThumbnailWithWidthAsZero() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -911,7 +878,6 @@ public class MediaItemThumbnailTest extends
    /**
     * Check the thumbnail for Width = 10
     */
    // TODO : TC_TN_034
    @LargeTest
    public void testThumbnailWithWidth() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -931,7 +897,6 @@ public class MediaItemThumbnailTest extends
    /**
     * To test thumbnail / frame extraction on MPEG4 (time beyond file duration).
     */
    // TODO : TC_TN_035
    @LargeTest
    public void testThumbnailMPEG4withMorethanFileDuration() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
+1 −25
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file MPEG4 854 x 480
     */
    // TODO : Remove TC_MP_001
    @LargeTest
    public void testPropertiesMPEG4854_480() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -163,7 +162,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file MPEG4 WVGA
     */
    // TODO : Remove TC_MP_002
    @LargeTest
    public void testPropertiesMPEGWVGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -195,7 +193,6 @@ public class MediaPropertiesTest extends
    /**
     *To test media properties for MPEG4 720x480 (NTSC) + AAC file.
     */
    // TODO : Remove TC_MP_003
    @LargeTest
    public void testPropertiesMPEGNTSC() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -227,7 +224,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file MPEG4 VGA
     */
    // TODO : Remove TC_MP_004
    @LargeTest
    public void testPropertiesMPEGVGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -259,7 +255,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file MPEG4 QCIF
     */
    // TODO : Remove TC_MP_005
    @LargeTest
    public void testPropertiesMPEGQCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -291,7 +286,6 @@ public class MediaPropertiesTest extends
    /**
     *To To test media properties for H263 176x144 (QCIF) + AAC (mono) file.
     */
    // TODO : Remove TC_MP_006
    @LargeTest
    public void testPropertiesH263QCIF() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -322,7 +316,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file H264 VGA
     */
    // TODO : Remove TC_MP_007
    @LargeTest
    public void testPropertiesH264VGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -353,7 +346,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file H264 NTSC
     */
    // TODO : Remove TC_MP_008
    @LargeTest
    public void testPropertiesH264NTSC() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -385,7 +377,6 @@ public class MediaPropertiesTest extends
    /**
     *To test media properties for H264 800x480 (WVGA) + AAC file.
     */
    // TODO : Remove TC_MP_009
    @LargeTest
    public void testPropertiesH264WVGA() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -417,7 +408,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file H264 HD1280
     */
    // TODO : Remove TC_MP_010
    @LargeTest
    public void testPropertiesH264HD1280() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -449,7 +439,6 @@ public class MediaPropertiesTest extends
    /**
     *To test media properties for H264 1080x720 + AAC file
     */
    // TODO : Remove TC_MP_011
    @LargeTest
    public void testPropertiesH264HD1080WithAudio() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -481,7 +470,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file WMV - Unsupported type
     */
    // TODO : Remove TC_MP_012
    @LargeTest
    public void testPropertiesWMVFile() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -506,7 +494,6 @@ public class MediaPropertiesTest extends
    /**
     *To test media properties for H.264 Main/Advanced profile.
     */
    // TODO : Remove TC_MP_013
    @LargeTest
    public void testPropertiesH264MainLineProfile() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH
@@ -539,7 +526,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for non existing file.
     */
    // TODO : Remove TC_MP_014
    @LargeTest
    public void testPropertiesForNonExsitingFile() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH + "abc.3gp";
@@ -559,7 +545,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file H264 HD1080
     */
    // TODO : Remove TC_MP_015
    @LargeTest
    public void testPropertiesH264HD1080WithoutAudio() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -591,7 +576,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for Image file of JPEG Type
     */
    // TODO : Remove TC_MP_016
    @LargeTest
    public void testPropertiesVGAImage() throws Exception {
        final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg";
@@ -611,7 +595,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for Image file of PNG Type
     */
    // TODO : Remove TC_MP_017
    @LargeTest
    public void testPropertiesPNG() throws Exception {
        final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.png";
@@ -630,7 +613,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file GIF - Unsupported type
     */
    // TODO : Remove TC_MP_018
    @LargeTest
    public void testPropertiesGIFFile() throws Exception {

@@ -651,7 +633,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file Text file named as 3GP
     */
    // TODO : Remove TC_MP_019
    @LargeTest
    public void testPropertiesofDirtyFile() throws Exception {

@@ -672,7 +653,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file name as NULL
     */
    // TODO : Remove TC_MP_020
    @LargeTest
    public void testPropertieNULLFile() throws Exception {
        final String videoItemFilename = null;
@@ -691,7 +671,6 @@ public class MediaPropertiesTest extends
    /**
     *To test Media Properties for file which is of type MPEG2
     */
    // TODO : Remove TC_MP_021
    @LargeTest
    public void testPropertiesMPEG2File() throws Exception {
        final String videoItemFilename = INPUT_FILE_PATH +
@@ -709,9 +688,8 @@ public class MediaPropertiesTest extends
    }

    /**
     *To test Media Properties TC_MP_023 for file without Video only Audio
     *To test Media Properties for file without Video only Audio
     */
    // TODO : Remove TC_MP_023
    @LargeTest
    public void testProperties3GPWithoutVideoMediaItem() throws Exception {
        final String audioFilename = INPUT_FILE_PATH +
@@ -731,7 +709,6 @@ public class MediaPropertiesTest extends
    /**
     *To test media properties for Audio Track file. (No Video, AAC Audio)
     */
    // TODO : Remove TC_MP_024
    @LargeTest
    public void testProperties3GPWithoutVideoAudioTrack() throws Exception {

@@ -753,7 +730,6 @@ public class MediaPropertiesTest extends
        /**
     *To test media properties for Audio Track file. MP3 file
     */
    // TODO : Remove TC_MP_025
    @LargeTest
    public void testPropertiesMP3AudioTrack() throws Exception {

+0 −51

File changed.

Preview size limit exceeded, changes collapsed.

+0 −8
Original line number Diff line number Diff line
@@ -91,7 +91,6 @@ public class VideoEditorExportTest extends
    /**
     * To Test export : Merge and Trim different types of Video and Image files
     */
    // TODO :remove TC_EXP_001
    @LargeTest
    public void testExportMergeTrim() throws Exception {
        final String videoItemFilename1 = INPUT_FILE_PATH
@@ -173,7 +172,6 @@ public class VideoEditorExportTest extends
    /**
     *To Test export : With Effect and Overlays on Different Media Items
     */
    // TODO :remove TC_EXP_002
    @LargeTest
    public void testExportEffectOverlay() throws Exception {
          final String videoItemFilename1 = INPUT_FILE_PATH
@@ -301,7 +299,6 @@ public class VideoEditorExportTest extends
    /**
     * To test export : with Image with KenBurnEffect
     */
    // TODO : remove TC_EXP_003
    @LargeTest
    public void testExportEffectKenBurn() throws Exception {
        final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg";
@@ -359,7 +356,6 @@ public class VideoEditorExportTest extends
    /**
     * To Test Export : With Video and Image and An Audio BackGround Track
     */
    // TODO : remove TC_EXP_004
    @LargeTest
    public void testExportAudio() throws Exception {
        final String videoItemFileName = INPUT_FILE_PATH
@@ -420,7 +416,6 @@ public class VideoEditorExportTest extends
    /**
     *To Test export : With Transition on Different Media Items
     */
    // TODO :remove TC_EXP_005
    @LargeTest
    public void testExportTransition() throws Exception {
        final String videoItemFilename1 = INPUT_FILE_PATH
@@ -540,7 +535,6 @@ public class VideoEditorExportTest extends
     *
     * @throws Exception
     */
    // TODO :remove TC_EXP_006
    @LargeTest
    public void testExportWithoutMediaItems() throws Exception {
        boolean flagForException = false;
@@ -566,7 +560,6 @@ public class VideoEditorExportTest extends
     *
     * @throws Exception
     */
    // TODO :remove TC_EXP_007
    @LargeTest
    public void testExportWithoutMediaItemsAddRemove() throws Exception {
        final String videoItemFilename1 = INPUT_FILE_PATH +
@@ -621,7 +614,6 @@ public class VideoEditorExportTest extends
     *
     * @throws Exception
     */
    // TODO :remove TC_EXP_008
    @LargeTest
    public void testExportMMS() throws Exception {
        final String videoItemFilename1 = INPUT_FILE_PATH
+0 −15
Original line number Diff line number Diff line
@@ -216,7 +216,6 @@ public class VideoEditorPreviewTest extends
    /**
     *To test Preview : FULL Preview of current work (beginning till end)
     */
    // TODO : remove TC_PRV_001
    @LargeTest
    public void testPreviewTheStoryBoard() throws Exception {
        final String videoItemFileName1 = INPUT_FILE_PATH
@@ -275,7 +274,6 @@ public class VideoEditorPreviewTest extends
    /**
     * To test Preview : Preview of start + 10 sec till end of story board
     */
    // TODO : remove TC_PRV_002
    @LargeTest
    public void testPreviewTheStoryBoardFromDuration() throws Exception {
        final String videoItemFileName1 = INPUT_FILE_PATH
@@ -336,7 +334,6 @@ public class VideoEditorPreviewTest extends
    /**
     * To test Preview : Preview of current Effects applied
     */
    // TODO : remove TC_PRV_003
    @LargeTest
    public void testPreviewOfEffects() throws Exception {
        final String videoItemFileName1 = INPUT_FILE_PATH +
@@ -394,7 +391,6 @@ public class VideoEditorPreviewTest extends
     *To test Preview : Preview of current Transitions applied (with multiple
     * generatePreview)
     */
    // TODO : remove TC_PRV_004
    @LargeTest
    public void testPreviewWithTransition() throws Exception {

@@ -547,7 +543,6 @@ public class VideoEditorPreviewTest extends
    /**
     * To test Preview : Preview of current Overlay applied
     */
    // TODO : remove TC_PRV_005
    @LargeTest
    public void testPreviewWithOverlay() throws Exception {
        final String videoItemFileName = INPUT_FILE_PATH
@@ -601,7 +596,6 @@ public class VideoEditorPreviewTest extends
     * To test Preview : Preview of current Trim applied (with default aspect
     * ratio)
     */
    // TODO : remove TC_PRV_006
    @LargeTest
    public void testPreviewWithTrim() throws Exception {
        final String videoItemFileName = INPUT_FILE_PATH +
@@ -625,7 +619,6 @@ public class VideoEditorPreviewTest extends
     * applied
     */

    // TODO : remove TC_PRV_007
    @LargeTest
    public void testPreviewWithOverlayEffectKenBurn() throws Exception {

@@ -684,7 +677,6 @@ public class VideoEditorPreviewTest extends
    /**
     *To test Preview : Export during preview
     */
    // TODO : remove TC_PRV_008
    @LargeTest
    public void testPreviewDuringExport() throws Exception {
        final String videoItemFileName = INPUT_FILE_PATH +
@@ -765,7 +757,6 @@ public class VideoEditorPreviewTest extends
     * To test Preview : Preview of current Effects applied (with from time >
     * total duration)
     */
    // TODO : remove TC_PRV_009
    @LargeTest
    public void testPreviewWithDurationGreaterThanMediaDuration()
        throws Exception {
@@ -826,7 +817,6 @@ public class VideoEditorPreviewTest extends
     * To test Preview : Preview of current Effects applied (with Render Preview
     * Frame)
     */
    // TODO : remove TC_PRV_010
    @LargeTest
    public void testPreviewWithRenderPreviewFrame() throws Exception {
        final String videoItemFileName = INPUT_FILE_PATH +
@@ -873,7 +863,6 @@ public class VideoEditorPreviewTest extends
     * To test Preview : Preview of current work from selected jump location
     * till end with Audio Track
     */
    // TODO : remove TC_PRV_011
    @LargeTest
    public void testPreviewWithEndAudioTrack() throws Exception {
        final String imageItemFilename1 = INPUT_FILE_PATH + "IMG_1600x1200.jpg";
@@ -917,7 +906,6 @@ public class VideoEditorPreviewTest extends
    /**
     * To test render Preview Frame
     */
    // TODO : remove TC_PRV_012
    @LargeTest
    public void testRenderPreviewFrame() throws Exception {
        final String videoItemFileName1 = INPUT_FILE_PATH
@@ -1031,7 +1019,6 @@ public class VideoEditorPreviewTest extends
    /**
     * To Test Preview : Without any Media Items in the story Board
     */
    // TODO : remove TC_PRV_013
    @LargeTest
    public void testStartPreviewWithoutMediaItems() throws Exception {
        boolean flagForException = false;
@@ -1064,7 +1051,6 @@ public class VideoEditorPreviewTest extends
     * To Test Preview : Add Media and Remove Media Item (Without any Media
     * Items in the story Board)
     */
    // TODO : remove TC_PRV_014
    @LargeTest
    public void testStartPreviewAddRemoveMediaItems() throws Exception {
        final String videoItemFilename1 = INPUT_FILE_PATH
@@ -1134,7 +1120,6 @@ public class VideoEditorPreviewTest extends
     * To test Preview : Preview of current Effects applied (with Render Preview
     * Frame)
     */
    // TODO : remove TC_PRV_015
    @LargeTest
    public void testPreviewWithRenderPreviewFrameWithoutGenerate() throws Exception {
        final String videoItemFileName = INPUT_FILE_PATH +
Loading