src/ext/test/testapp/group/testapp.pkg.in
author Vijayan <ts.vijayan@nokia.com>
Tue, 16 Feb 2010 10:07:05 +0530
changeset 0 ca70ae20a155
permissions -rw-r--r--
Base Python2.0 code
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     1
; Copyright (c) 2008-2009 Nokia Corporation
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     2
;
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     3
; Licensed under the Apache License, Version 2.0 (the "License")
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     4
; you may not use this file except in compliance with the License.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     5
; You may obtain a copy of the License at
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     6
;
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     7
;     http://www.apache.org/licenses/LICENSE-2.0
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     8
;
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
     9
; Unless required by applicable law or agreed to in writing, software
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    10
; distributed under the License is distributed on an "AS IS" BASIS,
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    11
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    12
; See the License for the specific language governing permissions and
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    13
; limitations under the License.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    14
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    15
;Installation file for testapp
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    16
;Languages
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    17
&EN
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    18
;
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    19
;UID is the app's UID
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    20
;'
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    21
#{"testapp"},(${{PYS60_UID_TESTAPP}}),${{PYS60_VERSION_MAJOR}},${{PYS60_VERSION_MINOR}},${{PYS60_VERSION_MICRO}},TYPE=SISAPP
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    22
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    23
;Localised Vendor name
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    24
%{"Vendor-EN"}
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    25
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    26
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    27
; Files to install
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    28
;
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    29
"\Epoc32\release\${{DEVICE_PLATFORM}}\${{DEVICE_BUILD}}\testapp.exe"	-"!:\sys\bin\testapp.exe"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    30
"\Epoc32\Data\z\private\10003a3f\import\apps\testapp_reg.RSC"   -"!:\private\10003a3f\import\apps\testapp_reg.RSC"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    31
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    32
;Adding dummy file to ensure directory "F0201517" is created
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    33
"..\src\temp.txt"       -"!:\private\F0201517\temp.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    34
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    35
;Runtime modules that are not part of base-runtime.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    36
"..\..\..\..\newcore\symbian\src\python25_repo.zip"  -"!:\resource\python25\python25_repo.zip"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    37
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    38
;e32.start_exe test application
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    39
"\Epoc32\release\${{DEVICE_PLATFORM}}\${{DEVICE_BUILD}}\start_exe_testapp.exe"    -"!:\sys\bin\start_exe_testapp.exe"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    40
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    41
"..\src\runtests.py"	        -"c:\Data\python\test\runtests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    42
"..\src\runtests_sets.py"     -"c:\Data\python\test\runtests_sets.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    43
"..\src\create_testsets.py"   -"c:\Data\python\test\create_testsets.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    44
"..\src\options.txt"	        -"c:\Data\python\test\options.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    45
"..\src\testsets.cfg"	        -"c:\Data\python\test\testsets.cfg"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    46
"..\src\test_pystone.py"	    -"c:\Data\python\test\test_pystone.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    47
"..\src\version.py"           -"c:\Data\python\test\version.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    48
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    49
${{if INCLUDE_INTERNAL_SRC
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    50
;Symbian extension testcases
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    51
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext.py"               -"c:\Data\python\test\test_scriptext.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    52
"..\..\..\..\..\internal-src\scriptext\src\test_appmgr_scriptext.py"        -"c:\Data\python\test\test_appmgr_scriptext.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    53
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_messaging.py"     -"c:\Data\python\test\test_scriptext_messaging.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    54
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_contacts.py"      -"c:\Data\python\test\test_scriptext_contacts.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    55
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_media.py"         -"c:\Data\python\test\test_scriptext_media.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    56
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_logging.py"       -"c:\Data\python\test\test_scriptext_logging.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    57
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_sysinfo.py"       -"c:\Data\python\test\test_scriptext_sysinfo.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    58
"..\..\..\..\..\internal-src\scriptext\src\test_calendar_scriptext.py"      -"c:\Data\python\test\test_calendar_scriptext.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    59
}}
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    60
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    61
;Amaretto module testcases
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    62
"..\..\..\..\ext\amaretto\e32\src\test_e32.py"                       -"c:\Data\python\test\test_e32.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    63
"..\..\..\..\ext\amaretto\graphics\src\test_graphics.py"             -"c:\Data\python\test\test_graphics.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    64
"..\..\..\..\ext\amaretto\calendar\src\test_calendar.py"             -"c:\Data\python\test\test_calendar_amaretto.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    65
"..\..\..\..\ext\amaretto\contacts\src\test_contacts.py"             -"c:\Data\python\test\test_contacts.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    66
"..\..\..\..\ext\amaretto\sysinfo\src\test_sysinfo.py"               -"c:\Data\python\test\test_sysinfo.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    67
"..\..\..\..\ext\amaretto\e32db\src\test_e32db.py"                   -"c:\Data\python\test\test_e32db.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    68
"..\..\..\..\ext\amaretto\e32db\src\test_e32dbm.py"                  -"c:\Data\python\test\test_e32dbm.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    69
"..\..\..\..\ext\amaretto\inbox\src\test_inbox.py"                   -"c:\Data\python\test\test_inbox.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    70
"..\..\..\..\ext\amaretto\messaging\src\test_message.py"             -"c:\Data\python\test\test_message.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    71
"..\..\..\..\ext\amaretto\location\src\test_location.py"             -"c:\Data\python\test\test_location.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    72
"..\..\..\..\ext\amaretto\keycapture\src\test_keycapture.py"         -"c:\Data\python\test\test_keycapture.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    73
"..\..\..\..\ext\amaretto\recorder\src\test_audio.py"                -"c:\Data\python\test\test_audio.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    74
"..\..\..\..\ext\amaretto\camera\src\test_camera.py"                 -"c:\Data\python\test\test_camera.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    75
"..\..\..\..\ext\amaretto\logs\src\test_logs.py"                     -"c:\Data\python\test\test_logs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    76
"..\..\..\..\ext\amaretto\telephone\src\test_telephone.py"           -"c:\Data\python\test\test_telephone.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    77
"..\..\..\..\ext\amaretto\socket\src\test_btsocket.py"               -"c:\Data\python\test\test_btsocket.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    78
"..\..\..\..\ext\amaretto\gps\src\test_positioning.py"               -"c:\Data\python\test\test_positioning.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    79
; sensorfw test case
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    80
"..\..\..\..\ext\sensorfw\src\examples\test_sensorfw.py"             -"c:\Data\python\test\test_sensorfw.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    81
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    82
;Python core testcases
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    83
"..\..\..\..\newcore\Lib\test\autotest.py"                           -"c:\Data\python\test\autotest.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    84
"..\..\..\..\newcore\Lib\test\badsyntax_future3.py"                  -"c:\Data\python\test\badsyntax_future3.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    85
"..\..\..\..\newcore\Lib\test\badsyntax_future4.py"                  -"c:\Data\python\test\badsyntax_future4.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    86
"..\..\..\..\newcore\Lib\test\badsyntax_future5.py"                  -"c:\Data\python\test\badsyntax_future5.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    87
"..\..\..\..\newcore\Lib\test\badsyntax_future6.py"                  -"c:\Data\python\test\badsyntax_future6.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    88
"..\..\..\..\newcore\Lib\test\badsyntax_future7.py"                  -"c:\Data\python\test\badsyntax_future7.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    89
"..\..\..\..\newcore\Lib\test\badsyntax_future8.py"                  -"c:\Data\python\test\badsyntax_future8.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    90
"..\..\..\..\newcore\Lib\test\badsyntax_future9.py"                  -"c:\Data\python\test\badsyntax_future9.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    91
"..\..\..\..\newcore\Lib\test\badsyntax_nocaret.py"                  -"c:\Data\python\test\badsyntax_nocaret.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    92
"..\..\..\..\newcore\Lib\test\bad_coding.py"                         -"c:\Data\python\test\bad_coding.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    93
"..\..\..\..\newcore\Lib\test\bad_coding2.py"                        -"c:\Data\python\test\bad_coding2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    94
"..\..\..\..\newcore\Lib\test\cjkencodings_test.py"                  -"c:\Data\python\test\cjkencodings_test.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    95
"..\..\..\..\newcore\Lib\test\doctest_aliases.py"                    -"c:\Data\python\test\doctest_aliases.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    96
"..\..\..\..\newcore\Lib\test\double_const.py"                       -"c:\Data\python\test\double_const.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    97
"..\..\..\..\newcore\Lib\test\fork_wait.py"                          -"c:\Data\python\test\fork_wait.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    98
"..\..\..\..\newcore\Lib\test\infinite_reload.py"                    -"c:\Data\python\test\infinite_reload.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
    99
"..\..\..\..\newcore\Lib\test\inspect_fodder.py"                     -"c:\Data\python\test\inspect_fodder.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   100
"..\..\..\..\newcore\Lib\test\inspect_fodder2.py"                    -"c:\Data\python\test\inspect_fodder2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   101
"..\..\..\..\newcore\Lib\test\list_tests.py"                         -"c:\Data\python\test\list_tests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   102
"..\..\..\..\newcore\Lib\test\mapping_tests.py"                      -"c:\Data\python\test\mapping_tests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   103
"..\..\..\..\newcore\Lib\test\outstanding_bugs.py"                   -"c:\Data\python\test\outstanding_bugs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   104
"..\..\..\..\newcore\Lib\test\pickletester.py"                       -"c:\Data\python\test\pickletester.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   105
"..\..\..\..\newcore\Lib\test\pyclbr_input.py"                       -"c:\Data\python\test\pyclbr_input.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   106
"..\..\..\..\newcore\Lib\test\pydocfodder.py"                        -"c:\Data\python\test\pydocfodder.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   107
"..\..\..\..\newcore\Lib\test\regex_tests.py"                        -"c:\Data\python\test\regex_tests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   108
"..\..\..\..\newcore\Lib\test\regrtest.py"                           -"c:\Data\python\test\regrtest.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   109
"..\..\..\..\newcore\Lib\test\reperf.py"                             -"c:\Data\python\test\reperf.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   110
"..\..\..\..\newcore\Lib\test\re_tests.py"                           -"c:\Data\python\test\re_tests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   111
"..\..\..\..\newcore\Lib\test\sample_doctest.py"                     -"c:\Data\python\test\sample_doctest.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   112
"..\..\..\..\newcore\Lib\test\seq_tests.py"                          -"c:\Data\python\test\seq_tests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   113
"..\..\..\..\newcore\Lib\test\sortperf.py"                           -"c:\Data\python\test\sortperf.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   114
"..\..\..\..\newcore\Lib\test\string_tests.py"                       -"c:\Data\python\test\string_tests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   115
"..\..\..\..\newcore\Lib\test\testall.py"                            -"c:\Data\python\test\testall.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   116
"..\..\..\..\newcore\Lib\test\testcodec.py"                          -"c:\Data\python\test\testcodec.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   117
"..\..\..\..\newcore\Lib\test\test_aepack.py"                        -"c:\Data\python\test\test_aepack.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   118
"..\..\..\..\newcore\Lib\test\test_al.py"                            -"c:\Data\python\test\test_al.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   119
"..\..\..\..\newcore\Lib\test\test_anydbm.py"                        -"c:\Data\python\test\test_anydbm.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   120
"..\..\..\..\newcore\Lib\test\test_applesingle.py"                   -"c:\Data\python\test\test_applesingle.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   121
"..\..\..\..\newcore\Lib\test\test_array.py"                         -"c:\Data\python\test\test_array.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   122
"..\..\..\..\newcore\Lib\test\test_ast.py"                           -"c:\Data\python\test\test_ast.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   123
"..\..\..\..\newcore\Lib\test\test_asynchat.py"                      -"c:\Data\python\test\test_asynchat.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   124
"..\..\..\..\newcore\Lib\test\test_atexit.py"                        -"c:\Data\python\test\test_atexit.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   125
"..\..\..\..\newcore\Lib\test\test_audioop.py"                       -"c:\Data\python\test\test_audioop.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   126
"..\..\..\..\newcore\Lib\test\test_augassign.py"                     -"c:\Data\python\test\test_augassign.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   127
"..\..\..\..\newcore\Lib\test\test_base64.py"                        -"c:\Data\python\test\test_base64.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   128
"..\..\..\..\newcore\Lib\test\test_bastion.py"                       -"c:\Data\python\test\test_bastion.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   129
"..\..\..\..\newcore\Lib\test\test_bigaddrspace.py"                  -"c:\Data\python\test\test_bigaddrspace.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   130
"..\..\..\..\newcore\Lib\test\test_bigmem.py"                        -"c:\Data\python\test\test_bigmem.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   131
"..\..\..\..\newcore\Lib\test\test_binascii.py"                      -"c:\Data\python\test\test_binascii.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   132
"..\..\..\..\newcore\Lib\test\test_binhex.py"                        -"c:\Data\python\test\test_binhex.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   133
"..\..\..\..\newcore\Lib\test\test_binop.py"                         -"c:\Data\python\test\test_binop.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   134
"..\..\..\..\newcore\Lib\test\test_bisect.py"                        -"c:\Data\python\test\test_bisect.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   135
"..\..\..\..\newcore\Lib\test\test_bool.py"                          -"c:\Data\python\test\test_bool.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   136
"..\..\..\..\newcore\Lib\test\test_bsddb3.py"                        -"c:\Data\python\test\test_bsddb3.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   137
"..\..\..\..\newcore\Lib\test\test_bsddb185.py"                      -"c:\Data\python\test\test_bsddb185.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   138
"..\..\..\..\newcore\Lib\test\test_bsddb.py"                         -"c:\Data\python\test\test_bsddb.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   139
"..\..\..\..\newcore\Lib\test\test_bufio.py"                         -"c:\Data\python\test\test_bufio.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   140
"..\..\..\..\newcore\Lib\test\test_builtin.py"                       -"c:\Data\python\test\test_builtin.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   141
"..\..\..\..\newcore\Lib\test\test_bz2.py"                           -"c:\Data\python\test\test_bz2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   142
"..\..\..\..\newcore\Lib\test\test_calendar.py"                      -"c:\Data\python\test\test_calendar.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   143
"..\..\..\..\newcore\Lib\test\test_call.py"                          -"c:\Data\python\test\test_call.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   144
"..\..\..\..\newcore\Lib\test\test_capi.py"                          -"c:\Data\python\test\test_capi.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   145
"..\..\..\..\newcore\Lib\test\test_cd.py"                            -"c:\Data\python\test\test_cd.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   146
"..\..\..\..\newcore\Lib\test\test_cfgparser.py"                     -"c:\Data\python\test\test_cfgparser.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   147
"..\..\..\..\newcore\Lib\test\test_cgi.py"                           -"c:\Data\python\test\test_cgi.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   148
"..\..\..\..\newcore\Lib\test\test_charmapcodec.py"                  -"c:\Data\python\test\test_charmapcodec.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   149
"..\..\..\..\newcore\Lib\test\test_cl.py"                            -"c:\Data\python\test\test_cl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   150
"..\..\..\..\newcore\Lib\test\test_cmath.py"                         -"c:\Data\python\test\test_cmath.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   151
"..\..\..\..\newcore\Lib\test\test_cmd_line.py"                      -"c:\Data\python\test\test_cmd_line.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   152
"..\..\..\..\newcore\Lib\test\test_code.py"                          -"c:\Data\python\test\test_code.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   153
"..\..\..\..\newcore\Lib\test\test_codeccallbacks.py"                -"c:\Data\python\test\test_codeccallbacks.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   154
"..\..\..\..\newcore\Lib\test\test_codecmaps_cn.py"                  -"c:\Data\python\test\test_codecmaps_cn.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   155
"..\..\..\..\newcore\Lib\test\test_codecmaps_hk.py"                  -"c:\Data\python\test\test_codecmaps_hk.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   156
"..\..\..\..\newcore\Lib\test\test_codecmaps_jp.py"                  -"c:\Data\python\test\test_codecmaps_jp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   157
"..\..\..\..\newcore\Lib\test\test_codecmaps_kr.py"                  -"c:\Data\python\test\test_codecmaps_kr.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   158
"..\..\..\..\newcore\Lib\test\test_codecmaps_tw.py"                  -"c:\Data\python\test\test_codecmaps_tw.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   159
"..\..\..\..\newcore\Lib\test\test_codecs.py"                        -"c:\Data\python\test\test_codecs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   160
"..\..\..\..\newcore\Lib\test\test_codeop.py"                        -"c:\Data\python\test\test_codeop.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   161
"..\..\..\..\newcore\Lib\test\test_coding.py"                        -"c:\Data\python\test\test_coding.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   162
"..\..\..\..\newcore\Lib\test\test_colorsys.py"                      -"c:\Data\python\test\test_colorsys.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   163
"..\..\..\..\newcore\Lib\test\test_commands.py"                      -"c:\Data\python\test\test_commands.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   164
"..\..\..\..\newcore\Lib\test\test_compare.py"                       -"c:\Data\python\test\test_compare.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   165
;Removing the test for now as it hangs on the device
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   166
;"..\..\..\newcore\Lib\test\test_compiler.py"                      -"c:\Data\python\test\test_compiler.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   167
"..\..\..\..\newcore\Lib\test\test_complex.py"                       -"c:\Data\python\test\test_complex.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   168
"..\..\..\..\newcore\Lib\test\test_complex_args.py"                  -"c:\Data\python\test\test_complex_args.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   169
"..\..\..\..\newcore\Lib\test\test_contains.py"                      -"c:\Data\python\test\test_contains.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   170
"..\..\..\..\newcore\Lib\test\test_contextlib.py"                    -"c:\Data\python\test\test_contextlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   171
"..\..\..\..\newcore\Lib\test\test_cookie.py"                        -"c:\Data\python\test\test_cookie.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   172
"..\..\..\..\newcore\Lib\test\test_cookielib.py"                     -"c:\Data\python\test\test_cookielib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   173
"..\..\..\..\newcore\Lib\test\test_copy_reg.py"                      -"c:\Data\python\test\test_copy_reg.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   174
"..\..\..\..\newcore\Lib\test\test_cpickle.py"                       -"c:\Data\python\test\test_cpickle.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   175
"..\..\..\..\newcore\Lib\test\test_cProfile.py"                      -"c:\Data\python\test\test_cProfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   176
"..\..\..\..\newcore\Lib\test\test_crypt.py"                         -"c:\Data\python\test\test_crypt.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   177
"..\..\..\..\newcore\Lib\test\test_csv.py"                           -"c:\Data\python\test\test_csv.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   178
"..\..\..\..\newcore\Lib\test\test_ctypes.py"                        -"c:\Data\python\test\test_ctypes.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   179
"..\..\..\..\newcore\Lib\test\test_curses.py"                        -"c:\Data\python\test\test_curses.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   180
"..\..\..\..\newcore\Lib\test\test_datetime.py"                      -"c:\Data\python\test\test_datetime.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   181
"..\..\..\..\newcore\Lib\test\test_dbm.py"                           -"c:\Data\python\test\test_dbm.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   182
"..\..\..\..\newcore\Lib\test\test_decimal.py"                       -"c:\Data\python\test\test_decimal.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   183
"..\..\..\..\newcore\Lib\test\test_decorators.py"                    -"c:\Data\python\test\test_decorators.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   184
"..\..\..\..\newcore\Lib\test\test_defaultdict.py"                   -"c:\Data\python\test\test_defaultdict.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   185
"..\..\..\..\newcore\Lib\test\test_deque.py"                         -"c:\Data\python\test\test_deque.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   186
"..\..\..\..\newcore\Lib\test\test_descrtut.py"                      -"c:\Data\python\test\test_descrtut.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   187
"..\..\..\..\newcore\Lib\test\test_dict.py"                          -"c:\Data\python\test\test_dict.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   188
"..\..\..\..\newcore\Lib\test\test_difflib.py"                       -"c:\Data\python\test\test_difflib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   189
"..\..\..\..\newcore\Lib\test\test_dircache.py"                      -"c:\Data\python\test\test_dircache.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   190
"..\..\..\..\newcore\Lib\test\test_dis.py"                           -"c:\Data\python\test\test_dis.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   191
"..\..\..\..\newcore\Lib\test\test_distutils.py"                     -"c:\Data\python\test\test_distutils.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   192
"..\..\..\..\newcore\Lib\test\test_dl.py"                            -"c:\Data\python\test\test_dl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   193
"..\..\..\..\newcore\Lib\test\test_doctest.py"                       -"c:\Data\python\test\test_doctest.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   194
"..\..\..\..\newcore\Lib\test\test_doctest2.py"                      -"c:\Data\python\test\test_doctest2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   195
"..\..\..\..\newcore\Lib\test\test_dumbdbm.py"                       -"c:\Data\python\test\test_dumbdbm.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   196
"..\..\..\..\newcore\Lib\test\test_dummy_thread.py"                  -"c:\Data\python\test\test_dummy_thread.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   197
"..\..\..\..\newcore\Lib\test\test_dummy_threading.py"               -"c:\Data\python\test\test_dummy_threading.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   198
"..\..\..\..\newcore\Lib\test\test_email.py"                         -"c:\Data\python\test\test_email.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   199
"..\..\..\..\newcore\Lib\test\test_email_codecs.py"                  -"c:\Data\python\test\test_email_codecs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   200
"..\..\..\..\newcore\Lib\test\test_email_renamed.py"                 -"c:\Data\python\test\test_email_renamed.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   201
"..\..\..\..\newcore\Lib\test\test_enumerate.py"                     -"c:\Data\python\test\test_enumerate.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   202
"..\..\..\..\newcore\Lib\test\test_eof.py"                           -"c:\Data\python\test\test_eof.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   203
"..\..\..\..\newcore\Lib\test\test_errno.py"                         -"c:\Data\python\test\test_errno.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   204
"..\..\..\..\newcore\Lib\test\test_exceptions.py"                   -"c:\Data\python\test\test_exceptions.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   205
"..\..\..\..\newcore\Lib\test\test_exception_variations.py"          -"c:\Data\python\test\test_exception_variations.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   206
"..\..\..\..\newcore\Lib\test\test_extcall.py"                       -"c:\Data\python\test\test_extcall.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   207
"..\..\..\..\newcore\Lib\test\test_fcntl.py"                         -"c:\Data\python\test\test_fcntl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   208
"..\..\..\..\newcore\Lib\test\test_file.py"                          -"c:\Data\python\test\test_file.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   209
"..\..\..\..\newcore\Lib\test\test_filecmp.py"                       -"c:\Data\python\test\test_filecmp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   210
"..\..\..\..\newcore\Lib\test\test_fileinput.py"                     -"c:\Data\python\test\test_fileinput.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   211
"..\..\..\..\newcore\Lib\test\test_float.py"                         -"c:\Data\python\test\test_float.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   212
"..\..\..\..\newcore\Lib\test\test_fnmatch.py"                       -"c:\Data\python\test\test_fnmatch.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   213
"..\..\..\..\newcore\Lib\test\test_fork1.py"                         -"c:\Data\python\test\test_fork1.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   214
"..\..\..\..\newcore\Lib\test\test_format.py"                         -"c:\Data\python\test\test_format.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   215
"..\..\..\..\newcore\Lib\test\test_fpformat.py"                      -"c:\Data\python\test\test_fpformat.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   216
"..\..\..\..\newcore\Lib\test\test_frozen.py"                        -"c:\Data\python\test\test_frozen.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   217
"..\..\..\..\newcore\Lib\test\test_funcattrs.py"                     -"c:\Data\python\test\test_funcattrs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   218
"..\..\..\..\newcore\Lib\test\test_functools.py"                     -"c:\Data\python\test\test_functools.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   219
"..\..\..\..\newcore\Lib\test\test_future.py"                        -"c:\Data\python\test\test_future.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   220
"..\..\..\..\newcore\Lib\test\test_future1.py"                       -"c:\Data\python\test\test_future1.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   221
"..\..\..\..\newcore\Lib\test\test_future2.py"                       -"c:\Data\python\test\test_future2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   222
"..\..\..\..\newcore\Lib\test\test_future3.py"                       -"c:\Data\python\test\test_future3.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   223
"..\..\..\..\newcore\Lib\test\test_gc.py"                            -"c:\Data\python\test\test_gc.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   224
"..\..\..\..\newcore\Lib\test\test_gdbm.py"                          -"c:\Data\python\test\test_gdbm.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   225
"..\..\..\..\newcore\Lib\test\test_generators.py"                    -"c:\Data\python\test\test_generators.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   226
"..\..\..\..\newcore\Lib\test\test_genexps.py"                       -"c:\Data\python\test\test_genexps.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   227
"..\..\..\..\newcore\Lib\test\test_getargs.py"                       -"c:\Data\python\test\test_getargs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   228
"..\..\..\..\newcore\Lib\test\test_getargs2.py"                      -"c:\Data\python\test\test_getargs2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   229
"..\..\..\..\newcore\Lib\test\test_getopt.py"                        -"c:\Data\python\test\test_getopt.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   230
"..\..\..\..\newcore\Lib\test\test_gettext.py"                       -"c:\Data\python\test\test_gettext.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   231
"..\..\..\..\newcore\Lib\test\test_gl.py"                            -"c:\Data\python\test\test_gl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   232
"..\..\..\..\newcore\Lib\test\test_glob.py"                          -"c:\Data\python\test\test_glob.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   233
"..\..\..\..\newcore\Lib\test\test_global.py"                        -"c:\Data\python\test\test_global.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   234
"..\..\..\..\newcore\Lib\test\test_grammar.py"                       -"c:\Data\python\test\test_grammar.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   235
"..\..\..\..\newcore\Lib\test\test_grp.py"                           -"c:\Data\python\test\test_grp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   236
"..\..\..\..\newcore\Lib\test\test_gzip.py"                          -"c:\Data\python\test\test_gzip.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   237
"..\..\..\..\newcore\Lib\test\test_hash.py"                          -"c:\Data\python\test\test_hash.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   238
"..\..\..\..\newcore\Lib\test\test_hashlib.py"                       -"c:\Data\python\test\test_hashlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   239
"..\..\..\..\newcore\Lib\test\test_heapq.py"                         -"c:\Data\python\test\test_heapq.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   240
"..\..\..\..\newcore\Lib\test\test_hexoct.py"                        -"c:\Data\python\test\test_hexoct.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   241
"..\..\..\..\newcore\Lib\test\test_hmac.py"                          -"c:\Data\python\test\test_hmac.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   242
"..\..\..\..\newcore\Lib\test\test_hotshot.py"                       -"c:\Data\python\test\test_hotshot.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   243
"..\..\..\..\newcore\Lib\test\test_htmllib.py"                       -"c:\Data\python\test\test_htmllib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   244
"..\..\..\..\newcore\Lib\test\test_htmlparser.py"                    -"c:\Data\python\test\test_htmlparser.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   245
"..\..\..\..\newcore\Lib\test\test_httplib.py"                       -"c:\Data\python\test\test_httplib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   246
"..\..\..\..\newcore\Lib\test\test_imageop.py"                       -"c:\Data\python\test\test_imageop.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   247
"..\..\..\..\newcore\Lib\test\test_imaplib.py"                       -"c:\Data\python\test\test_imaplib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   248
"..\..\..\..\newcore\Lib\test\test_imgfile.py"                       -"c:\Data\python\test\test_imgfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   249
"..\..\..\..\newcore\Lib\test\test_imp.py"                           -"c:\Data\python\test\test_imp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   250
"..\..\..\..\newcore\Lib\test\test_import.py"                        -"c:\Data\python\test\test_import.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   251
"..\..\..\..\newcore\Lib\test\test_importhooks.py"                   -"c:\Data\python\test\test_importhooks.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   252
"..\..\..\..\newcore\Lib\test\test_index.py"                         -"c:\Data\python\test\test_index.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   253
"..\..\..\..\newcore\Lib\test\test_inspect.py"                       -"c:\Data\python\test\test_inspect.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   254
"..\..\..\..\newcore\Lib\test\test_ioctl.py"                         -"c:\Data\python\test\test_ioctl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   255
"..\..\..\..\newcore\Lib\test\test_isinstance.py"                    -"c:\Data\python\test\test_isinstance.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   256
"..\..\..\..\newcore\Lib\test\test_iter.py"                          -"c:\Data\python\test\test_iter.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   257
"..\..\..\..\newcore\Lib\test\test_iterlen.py"                       -"c:\Data\python\test\test_iterlen.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   258
"..\..\..\..\newcore\Lib\test\test_itertools.py"                     -"c:\Data\python\test\test_itertools.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   259
"..\..\..\..\newcore\Lib\test\test_largefile.py"                     -"c:\Data\python\test\test_largefile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   260
"..\..\..\..\newcore\Lib\test\test_linuxaudiodev.py"                 -"c:\Data\python\test\test_linuxaudiodev.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   261
"..\..\..\..\newcore\Lib\test\test_list.py"                          -"c:\Data\python\test\test_list.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   262
"..\..\..\..\newcore\Lib\test\test_locale.py"                        -"c:\Data\python\test\test_locale.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   263
"..\..\..\..\newcore\Lib\test\test_logging.py"                       -"c:\Data\python\test\test_logging.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   264
"..\..\..\..\newcore\Lib\test\test_long.py"                          -"c:\Data\python\test\test_long.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   265
"..\..\..\..\newcore\Lib\test\test_longexp.py"                       -"c:\Data\python\test\test_longexp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   266
"..\..\..\..\newcore\Lib\test\test_long_future.py"                   -"c:\Data\python\test\test_long_future.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   267
"..\..\..\..\newcore\Lib\test\test_macfs.py"                         -"c:\Data\python\test\test_macfs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   268
"..\..\..\..\newcore\Lib\test\test_macostools.py"                    -"c:\Data\python\test\test_macostools.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   269
"..\..\..\..\newcore\Lib\test\test_macpath.py"                       -"c:\Data\python\test\test_macpath.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   270
"..\..\..\..\newcore\Lib\test\test_mailbox.py"                       -"c:\Data\python\test\test_mailbox.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   271
"..\..\..\..\newcore\Lib\test\test_marshal.py"                       -"c:\Data\python\test\test_marshal.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   272
"..\..\..\..\newcore\Lib\test\test_math.py"                          -"c:\Data\python\test\test_math.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   273
"..\..\..\..\newcore\Lib\test\test_md5.py"                           -"c:\Data\python\test\test_md5.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   274
"..\..\..\..\newcore\Lib\test\test_mhlib.py"                         -"c:\Data\python\test\test_mhlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   275
"..\..\..\..\newcore\Lib\test\test_mimetools.py"                     -"c:\Data\python\test\test_mimetools.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   276
"..\..\..\..\newcore\Lib\test\test_mimetypes.py"                     -"c:\Data\python\test\test_mimetypes.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   277
"..\..\..\..\newcore\Lib\test\test_MimeWriter.py"                    -"c:\Data\python\test\test_MimeWriter.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   278
"..\..\..\..\newcore\Lib\test\test_minidom.py"                       -"c:\Data\python\test\test_minidom.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   279
"..\..\..\..\newcore\Lib\test\test_mmap.py"                          -"c:\Data\python\test\test_mmap.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   280
"..\..\..\..\newcore\Lib\test\test_module.py"                        -"c:\Data\python\test\test_module.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   281
"..\..\..\..\newcore\Lib\test\test_multibytecodec.py"                -"c:\Data\python\test\test_multibytecodec.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   282
"..\..\..\..\newcore\Lib\test\test_multibytecodec_support.py"        -"c:\Data\python\test\test_multibytecodec_support.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   283
"..\..\..\..\newcore\Lib\test\test_multifile.py"                     -"c:\Data\python\test\test_multifile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   284
"..\..\..\..\newcore\Lib\test\test_mutants.py"                       -"c:\Data\python\test\test_mutants.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   285
"..\..\..\..\newcore\Lib\test\test_netrc.py"                         -"c:\Data\python\test\test_netrc.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   286
"..\..\..\..\newcore\Lib\test\test_new.py"                           -"c:\Data\python\test\test_new.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   287
"..\..\..\..\newcore\Lib\test\test_nis.py"                           -"c:\Data\python\test\test_nis.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   288
"..\..\..\..\newcore\Lib\test\test_normalization.py"                 -"c:\Data\python\test\test_normalization.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   289
"..\..\..\..\newcore\Lib\test\test_ntpath.py"                        -"c:\Data\python\test\test_ntpath.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   290
"..\..\..\..\newcore\Lib\test\test_old_mailbox.py"                   -"c:\Data\python\test\test_old_mailbox.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   291
"..\..\..\..\newcore\Lib\test\test_opcodes.py"                       -"c:\Data\python\test\test_opcodes.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   292
"..\..\..\..\newcore\Lib\test\test_openpty.py"                       -"c:\Data\python\test\test_openpty.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   293
"..\..\..\..\newcore\Lib\test\test_operations.py"                    -"c:\Data\python\test\test_operations.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   294
"..\..\..\..\newcore\Lib\test\test_operator.py"                      -"c:\Data\python\test\test_operator.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   295
"..\..\..\..\newcore\Lib\test\test_optparse.py"                      -"c:\Data\python\test\test_optparse.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   296
"..\..\..\..\newcore\Lib\test\test_os.py"                            -"c:\Data\python\test\test_os.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   297
"..\..\..\..\newcore\Lib\test\test_ossaudiodev.py"                   -"c:\Data\python\test\test_ossaudiodev.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   298
"..\..\..\..\newcore\Lib\test\test_parser.py"                        -"c:\Data\python\test\test_parser.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   299
"..\..\..\..\newcore\Lib\test\test_peepholer.py"                     -"c:\Data\python\test\test_peepholer.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   300
"..\..\..\..\newcore\Lib\test\test_pep247.py"                        -"c:\Data\python\test\test_pep247.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   301
"..\..\..\..\newcore\Lib\test\test_pep263.py"                        -"c:\Data\python\test\test_pep263.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   302
"..\..\..\..\newcore\Lib\test\test_pep277.py"                        -"c:\Data\python\test\test_pep277.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   303
"..\..\..\..\newcore\Lib\test\test_pep292.py"                        -"c:\Data\python\test\test_pep292.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   304
"..\..\..\..\newcore\Lib\test\test_pep352.py"                        -"c:\Data\python\test\test_pep352.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   305
"..\..\..\..\newcore\Lib\test\test_pickle.py"                        -"c:\Data\python\test\test_pickle.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   306
"..\..\..\..\newcore\Lib\test\test_pickletools.py"                   -"c:\Data\python\test\test_pickletools.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   307
"..\..\..\..\newcore\Lib\test\test_pkg.py"                           -"c:\Data\python\test\test_pkg.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   308
"..\..\..\..\newcore\Lib\test\test_pkgimport.py"                     -"c:\Data\python\test\test_pkgimport.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   309
"..\..\..\..\newcore\Lib\test\test_platform.py"                      -"c:\Data\python\test\test_platform.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   310
"..\..\..\..\newcore\Lib\test\test_plistlib.py"                      -"c:\Data\python\test\test_plistlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   311
"..\..\..\..\newcore\Lib\test\test_poll.py"                          -"c:\Data\python\test\test_poll.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   312
"..\..\..\..\newcore\Lib\test\test_popen.py"                         -"c:\Data\python\test\test_popen.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   313
"..\..\..\..\newcore\Lib\test\test_popen2.py"                        -"c:\Data\python\test\test_popen2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   314
"..\..\..\..\newcore\Lib\test\test_posix.py"                         -"c:\Data\python\test\test_posix.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   315
"..\..\..\..\newcore\Lib\test\test_posixpath.py"                     -"c:\Data\python\test\test_posixpath.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   316
"..\..\..\..\newcore\Lib\test\test_pow.py"                           -"c:\Data\python\test\test_pow.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   317
"..\..\..\..\newcore\Lib\test\test_pprint.py"                        -"c:\Data\python\test\test_pprint.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   318
"..\..\..\..\newcore\Lib\test\test_profile.py"                       -"c:\Data\python\test\test_profile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   319
"..\..\..\..\newcore\Lib\test\test_profilehooks.py"                  -"c:\Data\python\test\test_profilehooks.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   320
"..\..\..\..\newcore\Lib\test\test_pty.py"                           -"c:\Data\python\test\test_pty.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   321
"..\..\..\..\newcore\Lib\test\test_pwd.py"                           -"c:\Data\python\test\test_pwd.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   322
"..\..\..\..\newcore\Lib\test\test_pyclbr.py"                        -"c:\Data\python\test\test_pyclbr.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   323
"..\..\..\..\newcore\Lib\test\test_pyexpat.py"                       -"c:\Data\python\test\test_pyexpat.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   324
"..\..\..\..\newcore\Lib\test\test_queue.py"                         -"c:\Data\python\test\test_queue.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   325
"..\..\..\..\newcore\Lib\test\test_quopri.py"                        -"c:\Data\python\test\test_quopri.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   326
"..\..\..\..\newcore\Lib\test\test_random.py"                        -"c:\Data\python\test\test_random.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   327
"..\..\..\..\newcore\Lib\test\test_re.py"                            -"c:\Data\python\test\test_re.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   328
"..\..\..\..\newcore\Lib\test\test_resource.py"                      -"c:\Data\python\test\test_resource.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   329
"..\..\..\..\newcore\Lib\test\test_rfc822.py"                        -"c:\Data\python\test\test_rfc822.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   330
"..\..\..\..\newcore\Lib\test\test_rgbimg.py"                        -"c:\Data\python\test\test_rgbimg.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   331
"..\..\..\..\newcore\Lib\test\test_richcmp.py"                       -"c:\Data\python\test\test_richcmp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   332
"..\..\..\..\newcore\Lib\test\test_robotparser.py"                   -"c:\Data\python\test\test_robotparser.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   333
"..\..\..\..\newcore\Lib\test\test_runpy.py"                         -"c:\Data\python\test\test_runpy.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   334
"..\..\..\..\newcore\Lib\test\test_sax.py"                           -"c:\Data\python\test\test_sax.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   335
"..\..\..\..\newcore\Lib\test\test_scope.py"                         -"c:\Data\python\test\test_scope.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   336
"..\..\..\..\newcore\Lib\test\test_scriptpackages.py"                -"c:\Data\python\test\test_scriptpackages.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   337
"..\..\..\..\newcore\Lib\test\test_select.py"                        -"c:\Data\python\test\test_select.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   338
"..\..\..\..\newcore\Lib\test\leakers\test_selftype.py"              -"c:\Data\python\test\test_selftype.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   339
"..\..\..\..\newcore\Lib\test\test_set.py"                           -"c:\Data\python\test\test_set.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   340
"..\..\..\..\newcore\Lib\test\test_sets.py"                          -"c:\Data\python\test\test_sets.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   341
"..\..\..\..\newcore\Lib\test\test_sgmllib.py"                       -"c:\Data\python\test\test_sgmllib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   342
"..\..\..\..\newcore\Lib\test\test_sha.py"                           -"c:\Data\python\test\test_sha.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   343
"..\..\..\..\newcore\Lib\test\test_shelve.py"                        -"c:\Data\python\test\test_shelve.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   344
"..\..\..\..\newcore\Lib\test\test_shlex.py"                         -"c:\Data\python\test\test_shlex.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   345
"..\..\..\..\newcore\Lib\test\test_shutil.py"                        -"c:\Data\python\test\test_shutil.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   346
"..\..\..\..\newcore\Lib\test\test_signal.py"                        -"c:\Data\python\test\test_signal.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   347
"..\..\..\..\newcore\Lib\test\test_site.py"                          -"c:\Data\python\test\test_site.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   348
"..\..\..\..\newcore\Lib\test\test_slice.py"                         -"c:\Data\python\test\test_slice.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   349
;test_socket needs SIM with GPRS enabled
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   350
;"..\..\..\..\newcore\Lib\test\test_socket.py"                        -"c:\Data\python\test\test_socket.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   351
"..\..\..\..\newcore\Lib\test\test_socketserver.py"                  -"c:\Data\python\test\test_socketserver.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   352
"..\..\..\..\newcore\Lib\test\test_socket_ssl.py"                    -"c:\Data\python\test\test_socket_ssl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   353
"..\..\..\..\newcore\Lib\test\test_softspace.py"                     -"c:\Data\python\test\test_softspace.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   354
"..\..\..\..\newcore\Lib\test\test_sort.py"                          -"c:\Data\python\test\test_sort.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   355
"..\..\..\..\newcore\Lib\test\test_sqlite.py"                        -"c:\Data\python\test\test_sqlite.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   356
"..\..\..\..\newcore\Lib\test\test_startfile.py"                     -"c:\Data\python\test\test_startfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   357
"..\..\..\..\newcore\Lib\test\test_string.py"                        -"c:\Data\python\test\test_string.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   358
"..\..\..\..\newcore\Lib\test\test_StringIO.py"                      -"c:\Data\python\test\test_StringIO.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   359
"..\..\..\..\newcore\Lib\test\test_stringprep.py"                    -"c:\Data\python\test\test_stringprep.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   360
"..\..\..\..\newcore\Lib\test\test_strop.py"                         -"c:\Data\python\test\test_strop.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   361
"..\..\..\..\newcore\Lib\test\test_strptime.py"                      -"c:\Data\python\test\test_strptime.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   362
"..\..\..\..\newcore\Lib\test\test_strftime.py"                      -"c:\Data\python\test\test_strftime.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   363
"..\..\..\..\newcore\Lib\test\test_struct.py"                        -"c:\Data\python\test\test_struct.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   364
"..\..\..\..\newcore\Lib\test\test_structmembers.py"                 -"c:\Data\python\test\test_structmembers.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   365
"..\..\..\..\newcore\Lib\test\test_structseq.py"                     -"c:\Data\python\test\test_structseq.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   366
"..\..\..\..\newcore\Lib\test\test_subprocess.py"                    -"c:\Data\python\test\test_subprocess.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   367
"..\..\..\..\newcore\Lib\test\test_sunaudiodev.py"                   -"c:\Data\python\test\test_sunaudiodev.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   368
"..\..\..\..\newcore\Lib\test\test_sundry.py"                        -"c:\Data\python\test\test_sundry.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   369
"..\..\..\..\newcore\Lib\test\test_support.py"                       -"c:\Data\python\test\test_support.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   370
"..\..\..\..\newcore\Lib\test\test_symtable.py"                      -"c:\Data\python\test\test_symtable.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   371
"..\..\..\..\newcore\Lib\test\test_syntax.py"                        -"c:\Data\python\test\test_syntax.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   372
"..\..\..\..\newcore\Lib\test\test_sys.py"                           -"c:\Data\python\test\test_sys.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   373
"..\..\..\..\newcore\Lib\test\test_tarfile.py"                       -"c:\Data\python\test\test_tarfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   374
"..\..\..\..\newcore\Lib\test\test_tcl.py"                           -"c:\Data\python\test\test_tcl.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   375
"..\..\..\..\newcore\Lib\test\test_tempfile.py"                      -"c:\Data\python\test\test_tempfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   376
"..\..\..\..\newcore\Lib\test\test_textwrap.py"                      -"c:\Data\python\test\test_textwrap.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   377
"..\..\..\..\newcore\Lib\test\test_thread.py"                        -"c:\Data\python\test\test_thread.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   378
"..\..\..\..\newcore\Lib\test\test_threaded_import.py"               -"c:\Data\python\test\test_threaded_import.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   379
"..\..\..\..\newcore\Lib\test\test_threadedtempfile.py"               -"c:\Data\python\test\test_threadedtempfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   380
"..\..\..\..\newcore\Lib\test\test_threading.py"                     -"c:\Data\python\test\test_threading.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   381
"..\..\..\..\newcore\Lib\test\test_threading_local.py"               -"c:\Data\python\test\test_threading_local.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   382
"..\..\..\..\newcore\Lib\test\test_threadsignals.py"                 -"c:\Data\python\test\test_threadsignals.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   383
"..\..\..\..\newcore\Lib\test\test_time.py"                          -"c:\Data\python\test\test_time.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   384
"..\..\..\..\newcore\Lib\test\test_timeout.py"                       -"c:\Data\python\test\test_timeout.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   385
"..\..\..\..\newcore\Lib\test\test_tokenize.py"                      -"c:\Data\python\test\test_tokenize.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   386
"..\..\..\..\newcore\Lib\test\test_trace.py"                         -"c:\Data\python\test\test_trace.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   387
"..\..\..\..\newcore\Lib\test\test_traceback.py"                     -"c:\Data\python\test\test_traceback.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   388
"..\..\..\..\newcore\Lib\test\test_transformer.py"                   -"c:\Data\python\test\test_transformer.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   389
"..\..\..\..\newcore\Lib\test\test_tuple.py"                         -"c:\Data\python\test\test_tuple.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   390
"..\..\..\..\newcore\Lib\test\test_types.py"                         -"c:\Data\python\test\test_types.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   391
"..\..\..\..\newcore\Lib\test\test_ucn.py"                           -"c:\Data\python\test\test_ucn.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   392
"..\..\..\..\newcore\Lib\test\test_unary.py"                         -"c:\Data\python\test\test_unary.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   393
"..\..\..\..\newcore\Lib\test\test_unicodedata.py"                   -"c:\Data\python\test\test_unicodedata.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   394
"..\..\..\..\newcore\Lib\test\test_unicode_file.py"                  -"c:\Data\python\test\test_unicode_file.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   395
"..\..\..\..\newcore\Lib\test\test_unittest.py"                      -"c:\Data\python\test\test_unittest.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   396
"..\..\..\..\newcore\Lib\test\test_univnewlines.py"                  -"c:\Data\python\test\test_univnewlines.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   397
"..\..\..\..\newcore\Lib\test\test_unpack.py"                        -"c:\Data\python\test\test_unpack.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   398
"..\..\..\..\newcore\Lib\test\test_urllib.py"                        -"c:\Data\python\test\test_urllib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   399
"..\..\..\..\newcore\Lib\test\test_urllib2.py"                       -"c:\Data\python\test\test_urllib2.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   400
"..\..\..\..\newcore\Lib\test\test_urllibnet.py"                     -"c:\Data\python\test\test_urllibnet.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   401
"..\..\..\..\newcore\Lib\test\test_urllib2net.py"                    -"c:\Data\python\test\test_urllib2net.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   402
"..\..\..\..\newcore\Lib\test\test_urllib2_localnet.py"              -"c:\Data\python\test\test_urllib2_localnet.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   403
"..\..\..\..\newcore\Lib\test\test_urlparse.py"                      -"c:\Data\python\test\test_urlparse.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   404
"..\..\..\..\newcore\Lib\test\test_userdict.py"                      -"c:\Data\python\test\test_userdict.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   405
"..\..\..\..\newcore\Lib\test\test_userlist.py"                      -"c:\Data\python\test\test_userlist.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   406
"..\..\..\..\newcore\Lib\test\test_uu.py"                            -"c:\Data\python\test\test_uu.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   407
"..\..\..\..\newcore\Lib\test\test_uuid.py"                          -"c:\Data\python\test\test_uuid.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   408
"..\..\..\..\newcore\Lib\test\test_wait3.py"                         -"c:\Data\python\test\test_wait3.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   409
"..\..\..\..\newcore\Lib\test\test_wait4.py"                         -"c:\Data\python\test\test_wait4.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   410
"..\..\..\..\newcore\Lib\test\test_warnings.py"                      -"c:\Data\python\test\test_warnings.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   411
"..\..\..\..\newcore\Lib\test\test_wave.py"                          -"c:\Data\python\test\test_wave.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   412
"..\..\..\..\newcore\Lib\test\test_weakref.py"                       -"c:\Data\python\test\test_weakref.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   413
"..\..\..\..\newcore\Lib\test\test_whichdb.py"                       -"c:\Data\python\test\test_whichdb.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   414
"..\..\..\..\newcore\Lib\test\test_winreg.py"                        -"c:\Data\python\test\test_winreg.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   415
"..\..\..\..\newcore\Lib\test\test_winsound.py"                      -"c:\Data\python\test\test_winsound.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   416
"..\..\..\..\newcore\Lib\test\test_with.py"                          -"c:\Data\python\test\test_with.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   417
"..\..\..\..\newcore\Lib\test\test_wsgiref.py"                       -"c:\Data\python\test\test_wsgiref.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   418
"..\..\..\..\newcore\Lib\test\test_xdrlib.py"                        -"c:\Data\python\test\test_xdrlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   419
"..\..\..\..\newcore\Lib\test\test_xmllib.py"                        -"c:\Data\python\test\test_xmllib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   420
"..\..\..\..\newcore\Lib\test\test_xmlrpc.py"                        -"c:\Data\python\test\test_xmlrpc.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   421
"..\..\..\..\newcore\Lib\test\test_xml_etree.py"                     -"c:\Data\python\test\test_xml_etree.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   422
"..\..\..\..\newcore\Lib\test\test_xml_etree_c.py"                   -"c:\Data\python\test\test_xml_etree_c.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   423
"..\..\..\..\newcore\Lib\test\test_xpickle.py"                       -"c:\Data\python\test\test_xpickle.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   424
"..\..\..\..\newcore\Lib\test\test_xrange.py"                        -"c:\Data\python\test\test_xrange.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   425
"..\..\..\..\newcore\Lib\test\test_zipfile.py"                       -"c:\Data\python\test\test_zipfile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   426
"..\..\..\..\newcore\Lib\test\test_zipfile64.py"                     -"c:\Data\python\test\test_zipfile64.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   427
"..\..\..\..\newcore\Lib\test\test_zipimport.py"                     -"c:\Data\python\test\test_zipimport.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   428
"..\..\..\..\newcore\Lib\test\test_zlib.py"                          -"c:\Data\python\test\test_zlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   429
"..\..\..\..\newcore\Lib\test\test__locale.py"                       -"c:\Data\python\test\test__locale.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   430
"..\..\..\..\newcore\Lib\test\test___all__.py"                       -"c:\Data\python\test\test___all__.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   431
"..\..\..\..\newcore\Lib\test\test___future__.py"                    -"c:\Data\python\test\test___future__.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   432
"..\..\..\..\newcore\Lib\test\tf_inherit_check.py"                   -"c:\Data\python\test\tf_inherit_check.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   433
"..\..\..\..\newcore\Lib\test\threaded_import_hangers.py"            -"c:\Data\python\test\threaded_import_hangers.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   434
"..\..\..\..\newcore\Lib\test\time_hashlib.py"                       -"c:\Data\python\test\time_hashlib.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   435
"..\..\..\..\newcore\Lib\test\xmltests.py"                           -"c:\Data\python\test\xmltests.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   436
"..\..\..\..\newcore\Lib\test\__init__.py"                           -"c:\Data\python\test\__init__.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   437
"..\..\..\..\newcore\Lib\test\test_codecencodings_cn.py"             -"c:\Data\python\test\test_codecencodings_cn.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   438
"..\..\..\..\newcore\Lib\test\test_codecencodings_hk.py"             -"c:\Data\python\test\test_codecencodings_hk.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   439
"..\..\..\..\newcore\Lib\test\test_codecencodings_jp.py"             -"c:\Data\python\test\test_codecencodings_jp.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   440
"..\..\..\..\newcore\Lib\test\test_codecencodings_kr.py"             -"c:\Data\python\test\test_codecencodings_kr.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   441
"..\..\..\..\newcore\Lib\test\test_codecencodings_tw.py"             -"c:\Data\python\test\test_codecencodings_tw.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   442
"..\..\..\..\newcore\Lib\test\test_descr.py"                         -"c:\Data\python\test\test_descr.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   443
"..\..\..\..\newcore\Lib\test\test_repr.py"                          -"c:\Data\python\test\test_repr.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   444
"..\..\..\..\newcore\Lib\test\test_userstring.py"                    -"c:\Data\python\test\test_userstring.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   445
"..\..\..\..\newcore\Lib\test\test_str.py"                           -"c:\Data\python\test\test_str.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   446
"..\..\..\..\newcore\Lib\test\test_unicode.py"                       -"c:\Data\python\test\test_unicode.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   447
"..\..\..\..\newcore\Lib\test\test_class.py"                         -"c:\Data\python\test\test_class.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   448
"..\..\..\..\newcore\Lib\test\test_coercion.py"                      -"c:\Data\python\test\test_coercion.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   449
"..\..\..\..\newcore\Lib\test\test_copy.py"                          -"c:\Data\python\test\test_copy.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   450
"..\..\..\..\newcore\Lib\test\test_compile.py"                       -"c:\Data\python\test\test_compile.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   451
"..\..\..\..\newcore\Lib\test\cfgparser.1"                           -"c:\Data\python\test\cfgparser.1"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   452
"..\..\..\..\newcore\Lib\test\test_difflib_expect.html"              -"c:\Data\python\test\test_difflib_expect.html"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   453
"..\..\..\..\newcore\Lib\test\tokenize_tests.txt"                    -"c:\Data\python\test\tokenize_tests.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   454
"..\..\..\..\newcore\Lib\test\testrgb.uue"                           -"c:\Data\python\test\testrgb.uue"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   455
"..\..\..\..\newcore\Lib\test\exception_hierarchy.txt"               -"c:\Data\python\test\exception_hierarchy.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   456
"..\..\..\..\newcore\Lib\test\sgml_input.html"                       -"c:\Data\python\test\sgml_input.html"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   457
"..\..\..\..\newcore\Lib\test\test_doctest.txt"                      -"c:\Data\python\test\test_doctest.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   458
"..\..\..\..\newcore\Lib\test\test_doctest2.txt"                     -"c:\Data\python\test\test_doctest2.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   459
"..\..\..\..\newcore\Lib\test\test_doctest3.txt"                     -"c:\Data\python\test\test_doctest3.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   460
"..\..\..\..\newcore\Lib\test\test_doctest4.txt"                     -"c:\Data\python\test\test_doctest4.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   461
"..\..\..\..\newcore\Lib\test\testtar.tar"                           -"c:\Data\python\test\testtar.tar"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   462
"..\..\..\..\newcore\Lib\test\test.xml"                              -"c:\Data\python\test\test.xml"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   463
"..\..\..\..\newcore\Lib\test\test.xml.out"                          -"c:\Data\python\test\test.xml.out"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   464
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   465
"..\..\..\..\newcore\Lib\email\test\test_email.py"                  -"c:\Data\test\email\test\test_email.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   466
"..\..\..\..\newcore\Lib\email\test\test_email_codecs.py"           -"c:\Data\test\email\test\test_email_codecs.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   467
"..\..\..\..\newcore\Lib\email\test\test_email_codecs_renamed.py"   -"c:\Data\test\email\test\test_email_codecs_renamed.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   468
"..\..\..\..\newcore\Lib\email\test\test_email_renamed.py"          -"c:\Data\test\email\test\test_email_renamed.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   469
"..\..\..\..\newcore\Lib\email\test\test_email_torture.py"          -"c:\Data\test\email\test\test_email_torture.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   470
"..\..\..\..\newcore\Lib\email\test\__init__.py"                    -"c:\Data\test\email\test\__init__.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   471
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   472
"..\..\..\..\newcore\Lib\email\test\data\audiotest.au"      -"c:\Data\test\email\test\data\audiotest.au"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   473
"..\..\..\..\newcore\Lib\email\test\data\msg_01.txt"        -"c:\Data\test\email\test\data\msg_01.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   474
"..\..\..\..\newcore\Lib\email\test\data\msg_02.txt"        -"c:\Data\test\email\test\data\msg_02.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   475
"..\..\..\..\newcore\Lib\email\test\data\msg_03.txt"        -"c:\Data\test\email\test\data\msg_03.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   476
"..\..\..\..\newcore\Lib\email\test\data\msg_04.txt"        -"c:\Data\test\email\test\data\msg_04.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   477
"..\..\..\..\newcore\Lib\email\test\data\msg_05.txt"        -"c:\Data\test\email\test\data\msg_05.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   478
"..\..\..\..\newcore\Lib\email\test\data\msg_06.txt"        -"c:\Data\test\email\test\data\msg_06.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   479
"..\..\..\..\newcore\Lib\email\test\data\msg_07.txt"        -"c:\Data\test\email\test\data\msg_07.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   480
"..\..\..\..\newcore\Lib\email\test\data\msg_08.txt"        -"c:\Data\test\email\test\data\msg_08.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   481
"..\..\..\..\newcore\Lib\email\test\data\msg_09.txt"        -"c:\Data\test\email\test\data\msg_09.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   482
"..\..\..\..\newcore\Lib\email\test\data\msg_10.txt"        -"c:\Data\test\email\test\data\msg_10.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   483
"..\..\..\..\newcore\Lib\email\test\data\msg_11.txt"        -"c:\Data\test\email\test\data\msg_11.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   484
"..\..\..\..\newcore\Lib\email\test\data\msg_12.txt"        -"c:\Data\test\email\test\data\msg_12.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   485
"..\..\..\..\newcore\Lib\email\test\data\msg_12a.txt"       -"c:\Data\test\email\test\data\msg_12a.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   486
"..\..\..\..\newcore\Lib\email\test\data\msg_13.txt"        -"c:\Data\test\email\test\data\msg_13.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   487
"..\..\..\..\newcore\Lib\email\test\data\msg_14.txt"        -"c:\Data\test\email\test\data\msg_14.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   488
"..\..\..\..\newcore\Lib\email\test\data\msg_15.txt"        -"c:\Data\test\email\test\data\msg_15.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   489
"..\..\..\..\newcore\Lib\email\test\data\msg_16.txt"        -"c:\Data\test\email\test\data\msg_16.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   490
"..\..\..\..\newcore\Lib\email\test\data\msg_17.txt"        -"c:\Data\test\email\test\data\msg_17.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   491
"..\..\..\..\newcore\Lib\email\test\data\msg_18.txt"        -"c:\Data\test\email\test\data\msg_18.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   492
"..\..\..\..\newcore\Lib\email\test\data\msg_19.txt"        -"c:\Data\test\email\test\data\msg_19.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   493
"..\..\..\..\newcore\Lib\email\test\data\msg_20.txt"        -"c:\Data\test\email\test\data\msg_20.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   494
"..\..\..\..\newcore\Lib\email\test\data\msg_21.txt"        -"c:\Data\test\email\test\data\msg_21.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   495
"..\..\..\..\newcore\Lib\email\test\data\msg_22.txt"        -"c:\Data\test\email\test\data\msg_22.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   496
"..\..\..\..\newcore\Lib\email\test\data\msg_23.txt"        -"c:\Data\test\email\test\data\msg_23.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   497
"..\..\..\..\newcore\Lib\email\test\data\msg_24.txt"        -"c:\Data\test\email\test\data\msg_24.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   498
"..\..\..\..\newcore\Lib\email\test\data\msg_25.txt"        -"c:\Data\test\email\test\data\msg_25.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   499
"..\..\..\..\newcore\Lib\email\test\data\msg_26.txt"        -"c:\Data\test\email\test\data\msg_26.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   500
"..\..\..\..\newcore\Lib\email\test\data\msg_27.txt"        -"c:\Data\test\email\test\data\msg_27.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   501
"..\..\..\..\newcore\Lib\email\test\data\msg_28.txt"        -"c:\Data\test\email\test\data\msg_28.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   502
"..\..\..\..\newcore\Lib\email\test\data\msg_29.txt"        -"c:\Data\test\email\test\data\msg_29.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   503
"..\..\..\..\newcore\Lib\email\test\data\msg_30.txt"        -"c:\Data\test\email\test\data\msg_30.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   504
"..\..\..\..\newcore\Lib\email\test\data\msg_31.txt"        -"c:\Data\test\email\test\data\msg_31.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   505
"..\..\..\..\newcore\Lib\email\test\data\msg_32.txt"        -"c:\Data\test\email\test\data\msg_32.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   506
"..\..\..\..\newcore\Lib\email\test\data\msg_33.txt"        -"c:\Data\test\email\test\data\msg_33.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   507
"..\..\..\..\newcore\Lib\email\test\data\msg_34.txt"        -"c:\Data\test\email\test\data\msg_34.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   508
"..\..\..\..\newcore\Lib\email\test\data\msg_35.txt"        -"c:\Data\test\email\test\data\msg_35.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   509
"..\..\..\..\newcore\Lib\email\test\data\msg_36.txt"        -"c:\Data\test\email\test\data\msg_36.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   510
"..\..\..\..\newcore\Lib\email\test\data\msg_37.txt"        -"c:\Data\test\email\test\data\msg_37.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   511
"..\..\..\..\newcore\Lib\email\test\data\msg_38.txt"        -"c:\Data\test\email\test\data\msg_38.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   512
"..\..\..\..\newcore\Lib\email\test\data\msg_39.txt"        -"c:\Data\test\email\test\data\msg_39.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   513
"..\..\..\..\newcore\Lib\email\test\data\msg_40.txt"        -"c:\Data\test\email\test\data\msg_40.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   514
"..\..\..\..\newcore\Lib\email\test\data\msg_41.txt"        -"c:\Data\test\email\test\data\msg_41.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   515
"..\..\..\..\newcore\Lib\email\test\data\msg_42.txt"        -"c:\Data\test\email\test\data\msg_42.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   516
"..\..\..\..\newcore\Lib\email\test\data\msg_43.txt"        -"c:\Data\test\email\test\data\msg_43.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   517
"..\..\..\..\newcore\Lib\email\test\data\msg_44.txt"        -"c:\Data\test\email\test\data\msg_44.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   518
"..\..\..\..\newcore\Lib\email\test\data\PyBanner048.gif"   -"c:\Data\test\email\test\data\PyBanner048.gif"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   519
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   520
"..\..\..\..\newcore\Lib\email\mime\__init__.py"            -"c:\Data\test\email\mime\__init__.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   521
"..\..\..\..\newcore\Lib\email\mime\application.py"         -"c:\Data\test\email\mime\application.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   522
"..\..\..\..\newcore\Lib\email\mime\audio.py"               -"c:\Data\test\email\mime\audio.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   523
"..\..\..\..\newcore\Lib\email\mime\base.py"                -"c:\Data\test\email\mime\base.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   524
"..\..\..\..\newcore\Lib\email\mime\image.py"               -"c:\Data\test\email\mime\image.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   525
"..\..\..\..\newcore\Lib\email\mime\message.py"             -"c:\Data\test\email\mime\message.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   526
"..\..\..\..\newcore\Lib\email\mime\multipart.py"           -"c:\Data\test\email\mime\multipart.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   527
"..\..\..\..\newcore\Lib\email\mime\nonmultipart.py"        -"c:\Data\test\email\mime\nonmultipart.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   528
"..\..\..\..\newcore\Lib\email\mime\text.py"                -"c:\Data\test\email\mime\text.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   529
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   530
"..\..\..\..\newcore\Lib\email\__init__.py"             -"c:\Data\test\email\__init__.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   531
"..\..\..\..\newcore\Lib\email\_parseaddr.py"           -"c:\Data\test\email\_parseaddr.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   532
"..\..\..\..\newcore\Lib\email\base64mime.py"           -"c:\Data\test\email\base64mime.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   533
"..\..\..\..\newcore\Lib\email\charset.py"              -"c:\Data\test\email\charset.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   534
"..\..\..\..\newcore\Lib\email\encoders.py"             -"c:\Data\test\email\encoders.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   535
"..\..\..\..\newcore\Lib\email\errors.py"               -"c:\Data\test\email\errors.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   536
"..\..\..\..\newcore\Lib\email\feedparser.py"           -"c:\Data\test\email\feedparser.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   537
"..\..\..\..\newcore\Lib\email\generator.py"            -"c:\Data\test\email\generator.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   538
"..\..\..\..\newcore\Lib\email\header.py"               -"c:\Data\test\email\header.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   539
"..\..\..\..\newcore\Lib\email\iterators.py"            -"c:\Data\test\email\iterators.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   540
"..\..\..\..\newcore\Lib\email\message.py"              -"c:\Data\test\email\message.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   541
"..\..\..\..\newcore\Lib\email\parser.py"               -"c:\Data\test\email\parser.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   542
"..\..\..\..\newcore\Lib\email\quoprimime.py"           -"c:\Data\test\email\quoprimime.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   543
"..\..\..\..\newcore\Lib\email\utils.py"                -"c:\Data\test\email\utils.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   544
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   545
; Test elemlist - This test is added to test the SDK zip files.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   546
"..\..\..\..\extras\elemlist\src\test_elemlist.py"   -"c:\Data\python\test\test_elemlist.py"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   547
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   548
; Test data files
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   549
${{if INCLUDE_INTERNAL_SRC
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   550
"${{SRC_DIR}}\..\internal-src\test_utils\sysinfo_goldfile.txt" -"c:\Data\python\test\sysinfo_goldfile.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   551
"${{SRC_DIR}}\..\internal-src\test_utils\contacts_store.txt"   -"c:\Data\python\test\contacts_store.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   552
"${{SRC_DIR}}\..\internal-src\test_utils\Dawning.aac"          -"c:\Data\python\test\Dawning.aac"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   553
"${{SRC_DIR}}\..\internal-src\test_utils\camera_goldfile.txt"  -"c:\Data\python\test\camera_goldfile.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   554
}}
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   555
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   556
; The platform id for 3.2 is not recognized when specified in the ELSEIF statement. So putting this check in the IF clause first up.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   557
; 3rdEdFP2 device specific files.
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   558
IF (PACKAGE(0x102752AE))
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   559
"${{SRC_DIR}}\ext\amaretto\e32\src\goldfiles\goldfile_3rdEdFP2.txt"       -"c:\Data\python\test\e32_goldfile.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   560
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   561
; 3rdEdFP1 device specific files
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   562
ELSEIF (PACKAGE(0x102032BE))
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   563
"${{SRC_DIR}}\ext\amaretto\e32\src\goldfiles\goldfile_3rdEdFP1.txt"       -"c:\Data\python\test\e32_goldfile.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   564
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   565
; 5thEd device specific files
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   566
ELSE
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   567
"${{SRC_DIR}}\ext\amaretto\e32\src\goldfiles\goldfile_5thEd.txt" -"c:\Data\python\test\e32_goldfile.txt"
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   568
ca70ae20a155 Base Python2.0 code
Vijayan <ts.vijayan@nokia.com>
parents:
diff changeset
   569
ENDIF