|
1 @rem |
|
2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 @rem All rights reserved. |
|
4 @rem This component and the accompanying materials are made available |
|
5 @rem under the terms of "Eclipse Public License v1.0" |
|
6 @rem which accompanies this distribution, and is available |
|
7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 @rem |
|
9 @rem Initial Contributors: |
|
10 @rem Nokia Corporation - initial contribution. |
|
11 @rem |
|
12 @rem Contributors: |
|
13 @rem |
|
14 @rem Description: |
|
15 @rem |
|
16 REM Run this batch file to run all the Capabilities test scripts |
|
17 REM using the messaging test framework. |
|
18 REM |
|
19 REM Add any new test scripts for the Capabilities test suite to this list |
|
20 |
|
21 echo Running capabilities test scripts... |
|
22 |
|
23 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetEntry.script |
|
24 |
|
25 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetChildren.script |
|
26 |
|
27 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetRemainingChildren.script |
|
28 |
|
29 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvChangeEntry.script |
|
30 |
|
31 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCreateEntry.script |
|
32 |
|
33 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDeleteEntries.script |
|
34 |
|
35 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvMoveEntries.script |
|
36 |
|
37 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCopyEntries.script |
|
38 |
|
39 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvNotifySession.script |
|
40 |
|
41 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCancelSessionEventNotification.script |
|
42 |
|
43 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvReadStore.script |
|
44 |
|
45 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvLockStore.script |
|
46 |
|
47 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvReleaseStore.script |
|
48 |
|
49 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOperationData.script |
|
50 |
|
51 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCommandData.script |
|
52 |
|
53 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCancelOperation.script |
|
54 |
|
55 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOperationProgress.script |
|
56 |
|
57 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOperationCompletion.script |
|
58 |
|
59 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOperationMtm.script |
|
60 |
|
61 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvMtmCommand.script |
|
62 |
|
63 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvFillRegisteredMtmDllArray.script |
|
64 |
|
65 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDeInstall_InstallMtmGroup.script |
|
66 |
|
67 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvUseMtmGroup.script |
|
68 |
|
69 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvReleaseMtmGroup.script |
|
70 |
|
71 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetMtmGroupData.script |
|
72 |
|
73 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCloseServer.script |
|
74 |
|
75 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvStopService.script |
|
76 |
|
77 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvServiceActive.script |
|
78 |
|
79 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvServiceProgress.script |
|
80 |
|
81 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvRemoveEntry.script |
|
82 |
|
83 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvSlotAvailable.script |
|
84 |
|
85 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvSetSessionAsObserver.script |
|
86 |
|
87 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvSetFailure.script |
|
88 |
|
89 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvChangeAttributes.script |
|
90 |
|
91 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetChildIds.script |
|
92 |
|
93 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvChangeDrive.script |
|
94 |
|
95 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOutstandingOperations.script |
|
96 |
|
97 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetNotifySequence.script |
|
98 |
|
99 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvSetReceiveEntryEvents.script |
|
100 |
|
101 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDecStoreReaderCount.script |
|
102 |
|
103 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetMessageDrive.script |
|
104 |
|
105 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetMtmRequiredCapabilities.script |
|
106 |
|
107 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCreateAttachmentForWrite.script |
|
108 |
|
109 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOpenAttachment.script |
|
110 |
|
111 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOpenAttachmentForWrite.script |
|
112 |
|
113 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDeleteAttachment.script |
|
114 |
|
115 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOpenFileStoreForRead.script |
|
116 |
|
117 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvOpenTempStoreFile.script |
|
118 |
|
119 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvReplaceFileStore.script |
|
120 |
|
121 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDeleteFileStore.script |
|
122 |
|
123 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvFileStoreExists.script |
|
124 |
|
125 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvGetAndClearIndexCorruptFlag.script |
|
126 |
|
127 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvSlotAvailable.script |
|
128 |
|
129 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvSetSessionAsObserver.script |
|
130 |
|
131 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvCopyStore.script |
|
132 |
|
133 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDeleteStore.script |
|
134 |
|
135 testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_EMsvDriveContainsStore.script |
|
136 |