email/pop3andsmtpmtm/popservermtm/test/testrom/t_pops.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 21:11:56 +0300
branchRCL_3
changeset 66 fc3320e39880
parent 0 72b543305e3a
permissions -rw-r--r--
Revision: 201033 Kit: 201035
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     1
/*
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     3
* All rights reserved.
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     8
*
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     9
* Initial Contributors:
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    11
*
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    12
* Contributors:
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    13
*
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    14
* Description:
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    15
*
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    16
*/
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    17
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    18
REM
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    19
REM T_POPS.IBY
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    20
REM
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    21
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    22
REM data
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    23
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    24
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\connect.out				 	System\MsgTest\msgtest\pops\connect.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    25
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\connect.scr				 	System\MsgTest\msgtest\pops\connect.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    26
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\connect_and_quit.out			System\MsgTest\msgtest\pops\connect_and_quit.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    27
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\connect_and_quit1.out			System\MsgTest\msgtest\pops\connect_and_quit1.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    28
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\delete_all.out			 	System\MsgTest\msgtest\pops\delete_all.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    29
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all1.out				System\MsgTest\msgtest\pops\download_all1.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    30
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all1.scr				System\MsgTest\msgtest\pops\download_all1.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    31
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all10.out		 	System\MsgTest\msgtest\pops\download_all10.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    32
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all10.scr		 	System\MsgTest\msgtest\pops\download_all10.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    33
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all2.out				System\MsgTest\msgtest\pops\download_all2.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    34
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all2.scr				System\MsgTest\msgtest\pops\download_all2.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    35
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all3.out				System\MsgTest\msgtest\pops\download_all3.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    36
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all3.scr				System\MsgTest\msgtest\pops\download_all3.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    37
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all4.out				System\MsgTest\msgtest\pops\download_all4.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    38
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all4.scr				System\MsgTest\msgtest\pops\download_all4.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    39
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all5.out				System\MsgTest\msgtest\pops\download_all5.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    40
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all5.scr				System\MsgTest\msgtest\pops\download_all5.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    41
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all6.out				System\MsgTest\msgtest\pops\download_all6.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    42
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all6.scr				System\MsgTest\msgtest\pops\download_all6.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    43
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all7.out				System\MsgTest\msgtest\pops\download_all7.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    44
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all7.scr				System\MsgTest\msgtest\pops\download_all7.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    45
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all8.out				System\MsgTest\msgtest\pops\download_all8.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    46
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all8.scr				System\MsgTest\msgtest\pops\download_all8.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    47
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all9.out				System\MsgTest\msgtest\pops\download_all9.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    48
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\download_all9.scr				System\MsgTest\msgtest\pops\download_all9.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    49
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\missing_fields_download.out	System\MsgTest\msgtest\pops\missing_fields_download.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    50
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\missing_fields_download.scr	System\MsgTest\msgtest\pops\missing_fields_download.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    51
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\missing_fields_sync.scr	 	System\MsgTest\msgtest\pops\missing_fields_sync.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    52
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\online_local_copy.dmp			System\MsgTest\msgtest\pops\online_local_copy.dmp
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    53
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\online_local_move.dmp			System\MsgTest\msgtest\pops\online_local_move.dmp
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    54
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\online_populate.dmp		 	System\MsgTest\msgtest\pops\online_populate.dmp
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    55
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\poplog.scr				 	System\MsgTest\msgtest\pops\poplog.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    56
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\popprog.scr				 	System\MsgTest\msgtest\pops\popprog.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    57
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\populate_twice.scr		 	System\MsgTest\msgtest\pops\populate_twice.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    58
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\second_connect.dmp		 	System\MsgTest\msgtest\pops\second_connect.dmp
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    59
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\tpops5_connect_copy.out	 	System\MsgTest\msgtest\pops\tpops5_connect_copy.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    60
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\tpops5_connect_copy.scr	 	System\MsgTest\msgtest\pops\tpops5_connect_copy.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    61
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\tpops5_connect_quit.out	 	System\MsgTest\msgtest\pops\tpops5_connect_quit.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    62
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\tpops5_connect_quit.scr	 	System\MsgTest\msgtest\pops\tpops5_connect_quit.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    63
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\tpops5_connect_quit1.out		System\MsgTest\msgtest\pops\tpops5_connect_quit1.out
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    64
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    65
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_02_18.out		System\MsgTest\msgtest\pops\t_pops_synchronise_02_18.out			
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    66
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_02_18.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_02_18.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    67
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_04.out			System\MsgTest\msgtest\pops\t_pops_synchronise_04.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    68
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_04.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_04.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    69
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_05.out			System\MsgTest\msgtest\pops\t_pops_synchronise_05.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    70
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_05.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_05.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    71
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_06.out			System\MsgTest\msgtest\pops\t_pops_synchronise_06.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    72
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_06.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_06.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    73
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_07.out			System\MsgTest\msgtest\pops\t_pops_synchronise_07.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    74
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_07.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_07.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    75
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_08.out			System\MsgTest\msgtest\pops\t_pops_synchronise_08.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    76
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_08.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_08.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    77
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_09.out			System\MsgTest\msgtest\pops\t_pops_synchronise_09.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    78
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_09.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_09.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    79
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_10.out			System\MsgTest\msgtest\pops\t_pops_synchronise_10.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    80
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_10.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_10.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    81
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_11.out			System\MsgTest\msgtest\pops\t_pops_synchronise_11.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    82
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_11.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_11.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    83
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_12.out			System\MsgTest\msgtest\pops\t_pops_synchronise_12.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    84
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_12.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_12.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    85
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_13.out			System\MsgTest\msgtest\pops\t_pops_synchronise_13.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    86
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_13.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_13.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    87
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_14.out			System\MsgTest\msgtest\pops\t_pops_synchronise_14.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    88
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_14.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_14.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    89
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_15.out			System\MsgTest\msgtest\pops\t_pops_synchronise_15.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    90
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_15.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_15.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    91
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_19.out			System\MsgTest\msgtest\pops\t_pops_synchronise_19.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    92
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_19.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_19.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    93
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_21.out			System\MsgTest\msgtest\pops\t_pops_synchronise_21.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    94
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_21.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_21.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    95
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_22.out			System\MsgTest\msgtest\pops\t_pops_synchronise_22.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    96
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_22.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_22.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    97
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_23.out			System\MsgTest\msgtest\pops\t_pops_synchronise_23.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    98
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_23.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_23.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    99
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_24.out			System\MsgTest\msgtest\pops\t_pops_synchronise_24.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   100
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_24.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_24.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   101
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_25.out			System\MsgTest\msgtest\pops\t_pops_synchronise_25.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   102
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_25.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_25.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   103
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_27.out			System\MsgTest\msgtest\pops\t_pops_synchronise_27.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   104
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_27.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_27.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   105
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_28.out			System\MsgTest\msgtest\pops\t_pops_synchronise_28.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   106
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_28.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_28.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   107
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_30.out			System\MsgTest\msgtest\pops\t_pops_synchronise_30.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   108
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_30.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_30.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   109
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_31.out			System\MsgTest\msgtest\pops\t_pops_synchronise_31.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   110
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_31.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_31.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   111
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_32.out			System\MsgTest\msgtest\pops\t_pops_synchronise_32.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   112
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_32.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_32.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   113
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_33.out			System\MsgTest\msgtest\pops\t_pops_synchronise_33.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   114
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_33.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_33.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   115
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_34.out			System\MsgTest\msgtest\pops\t_pops_synchronise_34.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   116
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_34.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_34.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   117
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_35.out			System\MsgTest\msgtest\pops\t_pops_synchronise_35.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   118
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_35.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_35.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   119
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_36.out			System\MsgTest\msgtest\pops\t_pops_synchronise_36.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   120
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_36.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_36.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   121
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_37.out			System\MsgTest\msgtest\pops\t_pops_synchronise_37.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   122
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_37.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_37.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   123
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_38.out			System\MsgTest\msgtest\pops\t_pops_synchronise_38.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   124
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_38.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_38.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   125
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_39.out			System\MsgTest\msgtest\pops\t_pops_synchronise_39.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   126
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_39.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_39.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   127
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_40.out			System\MsgTest\msgtest\pops\t_pops_synchronise_40.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   128
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_40.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_40.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   129
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_41.out			System\MsgTest\msgtest\pops\t_pops_synchronise_41.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   130
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_41.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_41.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   131
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_42.out			System\MsgTest\msgtest\pops\t_pops_synchronise_42.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   132
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_42.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_42.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   133
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_45_61_62.out 	System\MsgTest\msgtest\pops\t_pops_synchronise_45_61_62.out     
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   134
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_45_61_62.scr 	System\MsgTest\msgtest\pops\t_pops_synchronise_45_61_62.scr     
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   135
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_47_48.out		System\MsgTest\msgtest\pops\t_pops_synchronise_47_48.out        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   136
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_47_48.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_47_48.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   137
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_49_50.out		System\MsgTest\msgtest\pops\t_pops_synchronise_49_50.out        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   138
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_49_50.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_49_50.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   139
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_51.out			System\MsgTest\msgtest\pops\t_pops_synchronise_51.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   140
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_51.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_51.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   141
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_52.out			System\MsgTest\msgtest\pops\t_pops_synchronise_52.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   142
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_52.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_52.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   143
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_54.out			System\MsgTest\msgtest\pops\t_pops_synchronise_54.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   144
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_54.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_54.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   145
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_55.out			System\MsgTest\msgtest\pops\t_pops_synchronise_55.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   146
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_55.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_55.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   147
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_56.out			System\MsgTest\msgtest\pops\t_pops_synchronise_56.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   148
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_56.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_56.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   149
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_57.out			System\MsgTest\msgtest\pops\t_pops_synchronise_57.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   150
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_57.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_57.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   151
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_58.out			System\MsgTest\msgtest\pops\t_pops_synchronise_58.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   152
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_58.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_58.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   153
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_64.out			System\MsgTest\msgtest\pops\t_pops_synchronise_64.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   154
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_64.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_64.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   155
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_65_66.out		System\MsgTest\msgtest\pops\t_pops_synchronise_65_66.out        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   156
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_65_66.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_65_66.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   157
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_67_68.out		System\MsgTest\msgtest\pops\t_pops_synchronise_67_68.out        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   158
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_67_68.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_67_68.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   159
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_70.out			System\MsgTest\msgtest\pops\t_pops_synchronise_70.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   160
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_70.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_70.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   161
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_71.out			System\MsgTest\msgtest\pops\t_pops_synchronise_71.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   162
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_71.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_71.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   163
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_73to75.out		System\MsgTest\msgtest\pops\t_pops_synchronise_73to75.out       
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   164
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_73to75.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_73to75.scr       
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   165
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_76.out			System\MsgTest\msgtest\pops\t_pops_synchronise_76.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   166
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_76.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_76.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   167
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_77.out			System\MsgTest\msgtest\pops\t_pops_synchronise_77.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   168
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_77.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_77.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   169
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_78.out			System\MsgTest\msgtest\pops\t_pops_synchronise_78.out           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   170
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_78.scr			System\MsgTest\msgtest\pops\t_pops_synchronise_78.scr           
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   171
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_79_80.out		System\MsgTest\msgtest\pops\t_pops_synchronise_79_80.out        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   172
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_79_80.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_79_80.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   173
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_empty.out		System\MsgTest\msgtest\pops\t_pops_synchronise_empty.out        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   174
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_empty.scr		System\MsgTest\msgtest\pops\t_pops_synchronise_empty.scr        
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   175
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_no_synch.out 	System\MsgTest\msgtest\pops\t_pops_synchronise_no_synch.out     
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   176
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_no_synch.scr 	System\MsgTest\msgtest\pops\t_pops_synchronise_no_synch.scr     
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   177
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\t_pops_synchronise_uid_refresh.out System\MsgTest\msgtest\pops\t_pops_synchronise_uid_refresh.out  
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   178
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   179
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsCannotConnect.scr		System\MsgTest\msgtest\pops\scripts\t_popTlsCannotConnect.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   180
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsCantLogin.scr			System\MsgTest\msgtest\pops\scripts\t_popTlsCantLogin.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   181
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsInvalidPassword.scr 	System\MsgTest\msgtest\pops\scripts\t_popTlsInvalidPassword.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   182
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsInvalidUser.scr	  	System\MsgTest\msgtest\pops\scripts\t_popTlsInvalidUser.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   183
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsNotSupported.scr		System\MsgTest\msgtest\pops\scripts\t_popTlsNotSupported.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   184
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsOk.scr			  	System\MsgTest\msgtest\pops\scripts\t_popTlsOk.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   185
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsStopResponding1.scr 	System\MsgTest\msgtest\pops\scripts\t_popTlsStopResponding1.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   186
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsStopResponding2.scr 	System\MsgTest\msgtest\pops\scripts\t_popTlsStopResponding2.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   187
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popTlsStopResponding3.scr 	System\MsgTest\msgtest\pops\scripts\t_popTlsStopResponding3.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   188
data=EPOCROOT##epoc32\winscw\C\msgtest\pops\scripts\t_popApopTlsOk.scr		  	System\MsgTest\msgtest\pops\scripts\t_popApopTlsOk.scr
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   189
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   190
REM harnesses
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   191
file=ABI_DIR\BUILD_DIR\T_POPSECURESOCKETS.exe	System\MsgTest\T_POPSECURESOCKETS.exe
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   192
file=ABI_DIR\BUILD_DIR\T_POPS5.exe				System\MsgTest\T_POPS5.exe
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   193
file=ABI_DIR\BUILD_DIR\T_POPS6.exe				System\MsgTest\T_POPS6.exe
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   194
file=ABI_DIR\BUILD_DIR\T_POPS_SYNCHRONISE.exe  	System\MsgTest\T_POPS_SYNCHRONISE.exe
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   195
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   196
file=ABI_DIR\BUILD_DIR\msvtestutils.dll					SYSTEM_BINDIR\msvtestutils.dll
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   197
file=ABI_DIR\BUILD_DIR\emailtestutils.dll				SYSTEM_BINDIR\emailtestutils.dll
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   198
72b543305e3a Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
   199