equal
deleted
inserted
replaced
|
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 the License "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 AuthServer tests |
|
17 |
|
18 md c:\tauth |
|
19 copy /s z:\tauth\* c:\tauth |
|
20 |
|
21 testexecute \tauth\tauthkeys\scripts\tauthkeys.script |
|
22 move c:\logs\testexecute\tauthkeys.htm e:\testresults\tauthkeys.htm |
|
23 |
|
24 testexecute \tauth\tauthdb\scripts\tauthdb.script |
|
25 move c:\logs\testexecute\tauthdb.htm e:\testresults\tauthdb.htm |
|
26 |
|
27 testexecute \tauth\tauthcliserv\scripts\tauthcliserv.script |
|
28 move c:\logs\testexecute\tauthcliserv.htm e:\testresults\tauthcliserv.htm |
|
29 |
|
30 testexecute \tauth\tauthexpr\scripts\tauthexpr.script |
|
31 move c:\logs\testexecute\tauthexpr.htm e:\testresults\tauthexpr.htm |
|
32 |
|
33 testexecute \tauth\tauthplugins\scripts\tauthplugins.script |
|
34 move c:\logs\testexecute\tauthplugins.htm e:\testresults\tauthplugins.htm |
|
35 |
|
36 testexecute \tauth\tauthsvr\scripts\tauthsvr2.script |
|
37 move c:\logs\testexecute\tauthsvr2.htm e:\testresults\tauthsvr2.htm |
|
38 |
|
39 attrib c:\tauth\*.* -r |
|
40 del c:\tauth\*.* |
|
41 rmdir c:\tauth |