applayerprotocols/httptransportfw/Test/Group/automated_httptest.iby
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2004-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 //
       
    15 
       
    16 #ifndef 	__HTTPTEST_IBY__ 
       
    17 #define		__HTTPTEST_IBY__
       
    18 
       
    19 
       
    20 #include <t_filtertest.iby>
       
    21 
       
    22 // Test Filters
       
    23 ECOM_PLUGIN(t_testfilters.dll,101f447f.rsc)
       
    24 
       
    25 // The script file for T_HttpRegression
       
    26 data=\epoc32\wins\c\httptest\regression\regressiontests.ini	httptest\regression\regressiontests.ini
       
    27 
       
    28 file=ABI_DIR\BUILD_DIR\httpexampleclient.exe 		System\Programs\httpexampleclient.exe
       
    29 file=ABI_DIR\BUILD_DIR\t_httpmessage.exe 		System\Programs\t_httpmessage.exe
       
    30 //file=ABI_DIR\BUILD_DIR\t_httptransporthandler.exe 	System\Programs\t_httptransporthandler.exe
       
    31 file=ABI_DIR\BUILD_DIR\t_httpregression.exe 		System\Programs\t_httpregression.exe
       
    32 file=ABI_DIR\BUILD_DIR\t_httppipeliningtest.exe 	System\Programs\t_httppipeliningtest.exe
       
    33 
       
    34 data=\epoc32\wins\c\wapca2006.cer				wapca2006.cer
       
    35 data=\epoc32\wins\c\system\data\certclients.dat		system\data\certclients.dat
       
    36 
       
    37 
       
    38 #endif //	__HTTPTEST_IBY__
       
    39 
       
    40 
       
    41