diff -r abbed5a4b42a -r 8d540f55e491 networkingsrv_info/networkingrom/group/NetworkTest.iby --- a/networkingsrv_info/networkingrom/group/NetworkTest.iby Tue Aug 31 16:45:15 2010 +0300 +++ b/networkingsrv_info/networkingrom/group/NetworkTest.iby Wed Sep 01 12:33:58 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 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,7 +70,6 @@ // 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 ---------- @@ -132,7 +131,7 @@ #endif //NW_TEST_ROM_2 // FTP Tests -//#include +#include // IntegrationTest framework #ifdef NW_TEST_ROM_1 @@ -142,6 +141,9 @@ // NULL AGT Tests #ifdef NW_TEST_ROM_1 #include + +// Agent Adapter Tests +#include #endif // Useful Internet Utilities for all test roms @@ -260,14 +262,13 @@ // Needed by several tests #include -// Commenting anvl as no one is using it. can uncomment when needed . need to update networktest.iby also -// #include +#include REM ---------- WAP-Stack ---------- // SWS test #ifdef NW_TEST_ROM_3 -//#include +#include #endif REM --- NEEDED FOR THE SECURITY TESTS ---