datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_AllInterfaceNotification.cpp
branchRCL_3
changeset 12 8b5d60ce1e94
parent 4 928ed51ddc43
--- a/datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_AllInterfaceNotification.cpp	Fri Mar 12 15:49:41 2010 +0200
+++ b/datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_AllInterfaceNotification.cpp	Mon Mar 15 12:45:15 2010 +0200
@@ -1770,6 +1770,7 @@
     
     // PASS
     SetTestStepResult(EPass);
+    return EPass;
     }
 
 TVerdict TE_RConnectionTestAllInterfaceNot210::doTestStepPreambleL()
@@ -1810,11 +1811,12 @@
 
     dummyNifEnableProperty.Set(0); // Dummy NIF not available - Start should fail
     dummyNifEnableProperty.Close();
+    return EPass;
     }
 
 TVerdict TE_RConnectionTestAllInterfaceNot210::doTestStepPostambleL()
     {
-    
+    return EPass;
     }
 
 TE_RConnectionTestAllInterfaceNot210::~TE_RConnectionTestAllInterfaceNot210()