# HG changeset patch # User Dario Sestito # Date 1272642144 -3600 # Node ID 6d5320894977933f0b0a099c2e1188f63aa77b39 # Parent 343eee2d4450f0f88fa0fc7aaf53fc5601c936e3 Bug 2611 - integrationtestutils references cinidata diff -r 343eee2d4450 -r 6d5320894977 networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp --- a/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp Wed Apr 14 17:34:42 2010 +0300 +++ b/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp Fri Apr 30 16:42:24 2010 +0100 @@ -34,7 +34,9 @@ OS_LAYER_SYSTEMINCLUDE_SYMBIAN LIBRARY euser.lib efsrv.lib -LIBRARY cinidata.lib +// darios: cinidata is deprecated, see bug #1894 +//LIBRARY cinidata.lib +LIBRARY IniParser.lib epocheapsize 1000 6000000 CAPABILITY All -Tcb diff -r 343eee2d4450 -r 6d5320894977 networkingtestandutils/networkingintegrationtest/inc/TestStep.h --- a/networkingtestandutils/networkingintegrationtest/inc/TestStep.h Wed Apr 14 17:34:42 2010 +0300 +++ b/networkingtestandutils/networkingintegrationtest/inc/TestStep.h Fri Apr 30 16:42:24 2010 +0100 @@ -26,7 +26,9 @@ #if (!defined __TESTSTEP_H__) #define __TESTSTEP_H__ -#include "cinidata.h" +// darios: cinidata is deprecated, see bug #1894 +//#include "cinidata.h" +#include #include "networking/log.h" class CTestSuite;