|
1 @file TSI_ICL_FRM_FS.script |
|
2 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 // All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Nokia Corporation - initial contribution. |
|
11 // |
|
12 // Contributors: |
|
13 // |
|
14 // Description: |
|
15 // Integration tests for TMMFileSource/TMMFileHandleSource. |
|
16 // |
|
17 // |
|
18 |
|
19 LOAD_SUITE TSI_ICL_FRM_00.dll |
|
20 |
|
21 ### Positive Testing ### |
|
22 //!@SYMTestCaseID MM-ICL-FRM-I-0800-HP |
|
23 //!@SYMTestCaseDesc Open a JPEG image, passing TMMFileSource and NOT specifying MIME type. Decode. |
|
24 //!@SYMPREQ PREQ777 |
|
25 //!@SYMTestPriority 2 |
|
26 //!@SYMTestActions 1. Open a JPEG image passing TMMFileSource. 2. Decode the image. 3. Check it matches reference bitmap. |
|
27 //!@SYMTestExpectedResults The image should be opened and decoder should be created. The image should be decoded. The decoded image should match with |
|
28 //! the reference bitmap. |
|
29 RUN_TEST_STEP -1 TSI_ICL_FRM_00 MM-ICL-FRM-I-0800-HP C:\ICL\TSI_ICL_FRM_00.ini |
|
30 TEST_COMPLETE |
|
31 |
|
32 //!@SYMTestCaseID MM-ICL-FRM-I-0801-HP |
|
33 //!@SYMTestCaseDesc Open a JPEG image, passing TMMFileSource and specifying MIME type. Decode. |
|
34 //!@SYMPREQ PREQ777 |
|
35 //!@SYMTestPriority 2 |
|
36 //!@SYMTestActions 1. Open a JPEG image passing TMMFileSource and MIME type. 2. Decode the image. 3. Check it matches reference bitmap. |
|
37 //!@SYMTestExpectedResults The image should be opened and decoder should be created. The image should be decoded. The decoded image should match with |
|
38 //! the reference bitmap. |
|
39 RUN_TEST_STEP -1 TSI_ICL_FRM_00 MM-ICL-FRM-I-0801-HP C:\ICL\TSI_ICL_FRM_00.ini |
|
40 TEST_COMPLETE |
|
41 |
|
42 //!@SYMTestCaseID MM-ICL-FRM-I-0802-HP |
|
43 //!@SYMTestCaseDesc Open a JPEG image, passing TMMFileHandleSource and NOT specifying MIME type. Decode. |
|
44 //!@SYMPREQ PREQ777 |
|
45 //!@SYMTestPriority 2 |
|
46 //!@SYMTestActions 1. Open a JPEG image passing TMMFileHandleSource. 2. Decode the image. 3. Check it matches reference bitmap. |
|
47 //!@SYMTestExpectedResults The image should be opened and decoder should be created. The image should be decoded. The decoded image should match with |
|
48 //! the reference bitmap. |
|
49 RUN_TEST_STEP -1 TSI_ICL_FRM_00 MM-ICL-FRM-I-0802-HP C:\ICL\TSI_ICL_FRM_00.ini |
|
50 TEST_COMPLETE |
|
51 |
|
52 //!@SYMTestCaseID MM-ICL-FRM-I-0803-HP |
|
53 //!@SYMTestCaseDesc Open a JPEG image, passing TMMFileHandleSource and specifying MIME type. Decode. |
|
54 //!@SYMPREQ PREQ777 |
|
55 //!@SYMTestPriority 2 |
|
56 //!@SYMTestActions 1. Open a JPEG image passing TMMFileHandleSource and MIME type. 2. Decode the image. 3. Check it matches reference bitma |
|
57 //!p. |
|
58 //!@SYMTestExpectedResults The image should be opened and decoder should be created. The image should be decoded. The decoded image should match with |
|
59 //! the reference bitmap. |
|
60 RUN_TEST_STEP -1 TSI_ICL_FRM_00 MM-ICL-FRM-I-0803-HP C:\ICL\TSI_ICL_FRM_00.ini |
|
61 TEST_COMPLETE |