diff -r 0008ccd16016 -r 13fbfa31d2ba kerneltest/e32test/resourceman/t_rescontrolcli.cpp --- a/kerneltest/e32test/resourceman/t_rescontrolcli.cpp Fri Sep 17 08:37:04 2010 +0300 +++ b/kerneltest/e32test/resourceman/t_rescontrolcli.cpp Mon Oct 04 02:35:35 2010 +0300 @@ -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;