filehandling/htmltorichtextconverter/test/group/chtmltocrtconvertertest.iby
author hgs
Wed, 20 Oct 2010 17:03:03 +0300
changeset 81 676b6116ca93
parent 0 2e3d3ce01487
permissions -rw-r--r--
201041_01
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     1
/*
81
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
     2
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
0
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     3
* All rights reserved.
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     8
*
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     9
* Initial Contributors:
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    11
*
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    12
* Contributors:
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    13
*
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    14
* Description:
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    15
*
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    16
*/
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    17
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    18
#ifndef __CHTMLTOCRTCONVERTERTEST_IBY__
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    19
#define __CHTMLTOCRTCONVERTERTEST_IBY__
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    20
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    21
REM HTML to CRichtext converter test
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    22
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    23
file=ABI_DIR\BUILD_DIR\CONVERTERTEST.exe	System\Programs\ChtmltocrtconvTest\CONVERTERTEST.exe
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    24
file=ABI_DIR\BUILD_DIR\PROFILINGTEST.exe	System\Programs\ChtmltocrtconvTest\PROFILINGTEST.exe
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    25
file=ABI_DIR\BUILD_DIR\LOADCONVERTERTEST.exe	System\Programs\ChtmltocrtconvTest\LOADCONVERTERTEST.exe
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    26
file=ABI_DIR\BUILD_DIR\BUFFERTEST.exe		System\Programs\ChtmltocrtconvTest\BUFFERTEST.exe
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    27
						
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    28
data=\epoc32\wins\c\profiling\test001.txt				profiling\test001.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    29
data=\epoc32\wins\c\profiling\test002.txt				profiling\test002.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    30
data=\epoc32\wins\c\profiling\test003.txt				profiling\test003.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    31
data=\epoc32\wins\c\profiling\test004.txt				profiling\test004.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    32
data=\epoc32\wins\c\profiling\test005.txt				profiling\test005.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    33
data=\epoc32\wins\c\profiling\test006.txt				profiling\test006.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    34
data=\epoc32\wins\c\profiling\test007.txt				profiling\test007.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    35
data=\epoc32\wins\c\profiling\test008.txt				profiling\test008.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    36
data=\epoc32\wins\c\profiling\test009.txt				profiling\test009.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    37
data=\epoc32\wins\c\profiling\test010.txt				profiling\test010.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    38
data=\epoc32\wins\c\profiling\test011.txt				profiling\test011.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    39
data=\epoc32\wins\c\profiling\test012.txt				profiling\test012.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    40
data=\epoc32\wins\c\profiling\test013.txt				profiling\test013.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    41
data=\epoc32\wins\c\profiling\test014.txt				profiling\test014.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    42
data=\epoc32\wins\c\profiling\test015.txt				profiling\test015.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    43
data=\epoc32\wins\c\profiling\test016.txt				profiling\test016.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    44
data=\epoc32\wins\c\profiling\test017.txt				profiling\test017.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    45
data=\epoc32\wins\c\profiling\test018.txt				profiling\test018.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    46
data=\epoc32\wins\c\profiling\test019.txt				profiling\test019.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    47
data=\epoc32\wins\c\profiling\test020.txt				profiling\test020.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    48
data=\epoc32\wins\c\profiling\test030.txt				profiling\test030.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    49
data=\epoc32\wins\c\profiling\test040.txt				profiling\test040.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    50
data=\epoc32\wins\c\profiling\test050.txt				profiling\test050.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    51
data=\epoc32\wins\c\profiling\test060.txt				profiling\test060.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    52
data=\epoc32\wins\c\profiling\test070.txt				profiling\test070.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    53
data=\epoc32\wins\c\profiling\test080.txt				profiling\test080.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    54
data=\epoc32\wins\c\profiling\test090.txt				profiling\test090.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    55
data=\epoc32\wins\c\profiling\test100.txt				profiling\test100.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    56
data=\epoc32\wins\c\profiling\test110.txt				profiling\test110.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    57
data=\epoc32\wins\c\profiling\test120.txt				profiling\test120.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    58
data=\epoc32\wins\c\profiling\test130.txt				profiling\test130.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    59
data=\epoc32\wins\c\profiling\test140.txt				profiling\test140.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    60
data=\epoc32\wins\c\profiling\test150.txt				profiling\test150.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    61
data=\epoc32\wins\c\profiling\test160.txt				profiling\test160.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    62
data=\epoc32\wins\c\profiling\test170.txt				profiling\test170.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    63
data=\epoc32\wins\c\profiling\test180.txt				profiling\test180.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    64
data=\epoc32\wins\c\profiling\test190.txt				profiling\test190.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    65
data=\epoc32\wins\c\profiling\test200.txt				profiling\test200.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    66
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    67
data=\epoc32\wins\c\testHtml\eudora01.txt				testHtml\eudora01.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    68
data=\epoc32\wins\c\testHtml\LoadConverterTest.txt			testHtml\LoadConverterTest.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    69
data=\epoc32\wins\c\testHtml\malformed01.txt				testHtml\malformed01.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    70
data=\epoc32\wins\c\testHtml\malformed02.txt				testHtml\malformed02.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    71
data=\epoc32\wins\c\testHtml\malformed03.txt				testHtml\malformed03.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    72
data=\epoc32\wins\c\testHtml\other01.txt				testHtml\other01.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    73
data=\epoc32\wins\c\testHtml\outlook01.txt				testHtml\outlook01.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    74
data=\epoc32\wins\c\testHtml\outlook02.txt				testHtml\outlook02.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    75
data=\epoc32\wins\c\testHtml\outlook03.txt				testHtml\outlook03.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    76
data=\epoc32\wins\c\testHtml\outlook04.txt				testHtml\outlook04.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    77
data=\epoc32\wins\c\testHtml\outlook05.txt				testHtml\outlook05.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    78
data=\epoc32\wins\c\testHtml\outlook06.txt				testHtml\outlook06.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    79
data=\epoc32\wins\c\testHtml\outlook07.txt				testHtml\outlook07.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    80
data=\epoc32\wins\c\testHtml\test1.txt					testHtml\test1.txt
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    81
81
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    82
// export the test files for armv5 in platsim
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    83
ECOM_PLUGIN(CHtmlToCrtConverter.DLL, 10203591.RSC)
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    84
data=EPOCROOT##epoc32\data\z\resource\convert\1000a90e.RSC		Resource\Convert\1000a90e.RSC
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    85
data=EPOCROOT##epoc32\data\z\resource\convert\CHTMLTOCRTCONVERTER.RSC	Resource\Convert\CHTMLTOCRTCONVERTER.RSC
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    86
						
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    87
data=EPOCROOT##epoc32\data\Z\profiling\test001.txt				profiling\test001.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    88
data=EPOCROOT##epoc32\data\Z\profiling\test002.txt				profiling\test002.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    89
data=EPOCROOT##epoc32\data\Z\profiling\test003.txt				profiling\test003.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    90
data=EPOCROOT##epoc32\data\Z\profiling\test004.txt				profiling\test004.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    91
data=EPOCROOT##epoc32\data\Z\profiling\test005.txt				profiling\test005.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    92
data=EPOCROOT##epoc32\data\Z\profiling\test006.txt				profiling\test006.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    93
data=EPOCROOT##epoc32\data\Z\profiling\test007.txt				profiling\test007.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    94
data=EPOCROOT##epoc32\data\Z\profiling\test008.txt				profiling\test008.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    95
data=EPOCROOT##epoc32\data\Z\profiling\test009.txt				profiling\test009.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    96
data=EPOCROOT##epoc32\data\Z\profiling\test010.txt				profiling\test010.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    97
data=EPOCROOT##epoc32\data\Z\profiling\test011.txt				profiling\test011.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    98
data=EPOCROOT##epoc32\data\Z\profiling\test012.txt				profiling\test012.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
    99
data=EPOCROOT##epoc32\data\Z\profiling\test013.txt				profiling\test013.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   100
data=EPOCROOT##epoc32\data\Z\profiling\test014.txt				profiling\test014.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   101
data=EPOCROOT##epoc32\data\Z\profiling\test015.txt				profiling\test015.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   102
data=EPOCROOT##epoc32\data\Z\profiling\test016.txt				profiling\test016.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   103
data=EPOCROOT##epoc32\data\Z\profiling\test017.txt				profiling\test017.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   104
data=EPOCROOT##epoc32\data\Z\profiling\test018.txt				profiling\test018.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   105
data=EPOCROOT##epoc32\data\Z\profiling\test019.txt				profiling\test019.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   106
data=EPOCROOT##epoc32\data\Z\profiling\test020.txt				profiling\test020.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   107
data=EPOCROOT##epoc32\data\Z\profiling\test030.txt				profiling\test030.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   108
data=EPOCROOT##epoc32\data\Z\profiling\test040.txt				profiling\test040.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   109
data=EPOCROOT##epoc32\data\Z\profiling\test050.txt				profiling\test050.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   110
data=EPOCROOT##epoc32\data\Z\profiling\test060.txt				profiling\test060.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   111
data=EPOCROOT##epoc32\data\Z\profiling\test070.txt				profiling\test070.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   112
data=EPOCROOT##epoc32\data\Z\profiling\test080.txt				profiling\test080.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   113
data=EPOCROOT##epoc32\data\Z\profiling\test090.txt				profiling\test090.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   114
data=EPOCROOT##epoc32\data\Z\profiling\test100.txt				profiling\test100.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   115
data=EPOCROOT##epoc32\data\Z\profiling\test110.txt				profiling\test110.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   116
data=EPOCROOT##epoc32\data\Z\profiling\test120.txt				profiling\test120.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   117
data=EPOCROOT##epoc32\data\Z\profiling\test130.txt				profiling\test130.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   118
data=EPOCROOT##epoc32\data\Z\profiling\test140.txt				profiling\test140.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   119
data=EPOCROOT##epoc32\data\Z\profiling\test150.txt				profiling\test150.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   120
data=EPOCROOT##epoc32\data\Z\profiling\test160.txt				profiling\test160.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   121
data=EPOCROOT##epoc32\data\Z\profiling\test170.txt				profiling\test170.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   122
data=EPOCROOT##epoc32\data\Z\profiling\test180.txt				profiling\test180.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   123
data=EPOCROOT##epoc32\data\Z\profiling\test190.txt				profiling\test190.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   124
data=EPOCROOT##epoc32\data\Z\profiling\test200.txt				profiling\test200.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   125
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   126
data=EPOCROOT##epoc32\data\Z\testHtml\eudora01.txt				testHtml\eudora01.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   127
data=EPOCROOT##epoc32\data\Z\testHtml\LoadConverterTest.txt			testHtml\LoadConverterTest.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   128
data=EPOCROOT##epoc32\data\Z\testHtml\malformed01.txt				testHtml\malformed01.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   129
data=EPOCROOT##epoc32\data\Z\testHtml\malformed02.txt				testHtml\malformed02.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   130
data=EPOCROOT##epoc32\data\Z\testHtml\malformed03.txt				testHtml\malformed03.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   131
data=EPOCROOT##epoc32\data\Z\testHtml\other01.txt				testHtml\other01.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   132
data=EPOCROOT##epoc32\data\Z\testHtml\outlook01.txt				testHtml\outlook01.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   133
data=EPOCROOT##epoc32\data\Z\testHtml\outlook02.txt				testHtml\outlook02.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   134
data=EPOCROOT##epoc32\data\Z\testHtml\outlook03.txt				testHtml\outlook03.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   135
data=EPOCROOT##epoc32\data\Z\testHtml\outlook04.txt				testHtml\outlook04.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   136
data=EPOCROOT##epoc32\data\Z\testHtml\outlook05.txt				testHtml\outlook05.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   137
data=EPOCROOT##epoc32\data\Z\testHtml\outlook06.txt				testHtml\outlook06.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   138
data=EPOCROOT##epoc32\data\Z\testHtml\outlook07.txt				testHtml\outlook07.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   139
data=EPOCROOT##epoc32\data\Z\testHtml\test1.txt					testHtml\test1.txt
676b6116ca93 201041_01
hgs
parents: 0
diff changeset
   140
0
2e3d3ce01487 Revision: 201002
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   141
#endif