--- a/kerneltest/e32test/resourceman/t_rescontrolcli.cpp Tue Aug 31 11:40:45 2010 +0100
+++ b/kerneltest/e32test/resourceman/t_rescontrolcli.cpp Mon Sep 13 15:16:07 2010 +0100
@@ -4355,6 +4355,11 @@
//Check whether the notifications recieved as a result of postboot level setting is as expected.
r = lddChan.CheckPostBootLevelNotifications();
test(r == KErrNone);
+
+ //Test resource controller registration
+ r = lddChan.CheckResourceControllerRegistration();
+ test(r == KErrNone);
+
TBool regressionTesting = EFalse;
//Parse the command line arguments.
TBuf<0x50> cmd;