diff -r 26645d81f48d -r cc28652e0254 featuremgmt/featuremgr/test/tef/tef_efm_normal/src/featurecontrol_test_steps.cpp --- a/featuremgmt/featuremgr/test/tef/tef_efm_normal/src/featurecontrol_test_steps.cpp Tue Aug 31 16:57:14 2010 +0300 +++ b/featuremgmt/featuremgr/test/tef/tef_efm_normal/src/featurecontrol_test_steps.cpp Wed Sep 01 12:39:58 2010 +0100 @@ -174,7 +174,7 @@ _L("RFeatureControl::Open failed: error = %d"),err); // Fetch status for "unknown" feature - TFeatureEntry emptyEntry(TUid::Uid(0x1000005)); + TFeatureEntry emptyEntry; TInt supported = control.FeatureSupported( emptyEntry ); TESTDIAGNOSTICERROR(supported == KErrNotFound, _L("RFeatureControl::FeatureSupported - KErrNotFound expected for unknown feature; returned value is %d"),supported);