appfw/apparchitecture/tef/scripts/emulator/apparctest_run.bat
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 @rem
     1 @rem
     2 @rem Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 @rem All rights reserved.
     3 @rem All rights reserved.
     4 @rem This component and the accompanying materials are made available
     4 @rem This component and the accompanying materials are made available
     5 @rem under the terms of "Eclipse Public License v1.0"
     5 @rem under the terms of "Eclipse Public License v1.0"
     6 @rem which accompanies this distribution, and is available
     6 @rem which accompanies this distribution, and is available
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
    76 call :test T_StartApp 
    76 call :test T_StartApp 
    77 call :test T_StartDoc 
    77 call :test T_StartDoc 
    78 call :test T_Wgnam 
    78 call :test T_Wgnam 
    79 call :test T_WindowChaining 
    79 call :test T_WindowChaining 
    80 ::call :test T_RecUpgrade  This test can not run on emulator as it requires loading, unloading and deletion of a plug-in and Windows OS don’t allow deletion of loaded binaries 
    80 ::call :test T_RecUpgrade  This test can not run on emulator as it requires loading, unloading and deletion of a plug-in and Windows OS don’t allow deletion of loaded binaries 
    81 call :test T_UpdateAppList
       
    82 call :test T_ForceReg
       
    83 call :test T_ClientNotif
       
    84 call :test T_NonNativeTest
       
    85 
    81 
    86 call sysstart_apparc_run.bat
    82 call sysstart_apparc_run.bat
    87 type \epoc32\winscw\c\logs\testexecute\sysstart_apparctest_summary.txt >> %APPARCTEST_SUMMARY%
    83 type \epoc32\winscw\c\logs\testexecute\sysstart_apparctest_summary.txt >> %APPARCTEST_SUMMARY%
    88 
    84 
    89 goto :skipFunctions
    85 goto :skipFunctions