diff -r 7e41d162e158 -r abbed5a4b42a networkingsrv_info/networkingrom/group/NetworkTest.iby --- a/networkingsrv_info/networkingrom/group/NetworkTest.iby Thu Aug 19 11:25:30 2010 +0300 +++ b/networkingsrv_info/networkingrom/group/NetworkTest.iby Tue Aug 31 16:45:15 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -70,6 +70,7 @@ // Initialisation before any tests are run data=EPOCROOT##epoc32\data\z\testdata\scripts\te_initialiseboard.script TestData\scripts\te_initialiseboard.script +data=EPOCROOT##epoc32\data\z\testdata\scripts\delay.script TestData\scripts\delay.script REM ---------- Comms-Infras ---------- @@ -131,7 +132,7 @@ #endif //NW_TEST_ROM_2 // FTP Tests -#include +//#include // IntegrationTest framework #ifdef NW_TEST_ROM_1 @@ -141,9 +142,6 @@ // NULL AGT Tests #ifdef NW_TEST_ROM_1 #include - -// Agent Adapter Tests -#include #endif // Useful Internet Utilities for all test roms @@ -262,13 +260,14 @@ // Needed by several tests #include -#include +// Commenting anvl as no one is using it. can uncomment when needed . need to update networktest.iby also +// #include REM ---------- WAP-Stack ---------- // SWS test #ifdef NW_TEST_ROM_3 -#include +//#include #endif REM --- NEEDED FOR THE SECURITY TESTS ---