|
1 rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 rem All rights reserved. |
|
3 rem This component and the accompanying materials are made available |
|
4 rem under the terms of "Eclipse Public License v1.0" |
|
5 rem which accompanies this distribution, and is available |
|
6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 rem |
|
8 rem Initial Contributors: |
|
9 rem Nokia Corporation - initial contribution. |
|
10 rem |
|
11 rem Contributors: |
|
12 rem |
|
13 rem Description: |
|
14 rem rummmfsubtitleinttests.bat |
|
15 rem |
|
16 rem |
|
17 |
|
18 del E:\Logs\TestResults\vclntavi\* |
|
19 md E:\Logs\ |
|
20 md E:\Logs\TestResults\ |
|
21 md E:\Logs\TestResults\vclntavi\ |
|
22 |
|
23 REM ********************************************************** |
|
24 REM ************* SUBTITLE INTEGRATION TESTS ***************** |
|
25 REM ********************************************************** |
|
26 |
|
27 md C:\vclntavi\ |
|
28 |
|
29 copy \vclntavi\video_avi.ini C:\vclntavi\video_avi.ini |
|
30 |
|
31 copy E:\inttest\mmf\vclntavi\xvid_subtitle_long.avi C:\vclntavi\xvid_subtitle_long.avi |
|
32 copy E:\inttest\mmf\vclntavi\xvid_subtitle_long.srt C:\vclntavi\xvid_subtitle_long.srt |
|
33 copy E:\inttest\mmf\vclntavi\xvid_subtitle_corrupt.avi C:\vclntavi\xvid_subtitle_corrupt.avi |
|
34 copy E:\inttest\mmf\vclntavi\xvid_subtitle_corrupt.srt C:\vclntavi\xvid_subtitle_corrupt.srt |
|
35 copy E:\inttest\mmf\vclntavi\xvid_subtitle.avi C:\vclntavi\xvid_subtitle.avi |
|
36 copy E:\inttest\mmf\vclntavi\xvid_subtitle.srt C:\vclntavi\xvid_subtitle.srt |
|
37 copy E:\inttest\mmf\vclntavi\xvidonly.avi C:\vclntavi\xvidonly.avi |
|
38 |
|
39 testframework \vclntavi\tsi_mmf_vclntavi_subtitles.script |
|
40 testframework \vclntavi\tsi_mmf_vclntavi_subtitles_alloc.script |
|
41 testframework \vclntavi\tsi_mmf_vclntavi_subtitles_urel.script |
|
42 |
|
43 |
|
44 copy C:\Logs\TestResults\vclntavi\*.htm E:\Logs\TestResults\vclntavi\ |
|
45 |
|
46 del C:\vclntavi\* |