equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // The IBY file for the Http Integration Test Suite |
|
15 // |
|
16 // |
|
17 |
|
18 #ifndef __Test_Http_Suite_IBY__ |
|
19 |
|
20 #define __Test_Http_Suite_IBY__ |
|
21 |
|
22 // Test server |
|
23 file=ABI_DIR\DEBUG_DIR\testhttpsuite.exe sys\bin\testhttpsuite.exe |
|
24 |
|
25 // Script file for testing the functionality. |
|
26 data=\epoc32\data\c\testdata\scripts\testhttpsuite.script testdata\scripts\testhttpsuite.script |
|
27 |
|
28 // Ini files |
|
29 data=\epoc32\data\c\testdata\ini\testhttpsuite.ini testdata\ini\testhttpsuite.ini |
|
30 |
|
31 // The batch file to run the functionality tests |
|
32 data=EPOCROOT##Epoc32\tools\testhttpsuite.bat testhttpsuite.bat |
|
33 |
|
34 // Other dependencies |
|
35 #include <testexecute.iby> |
|
36 |
|
37 #endif |
|
38 |