kerneltest/e32test/resourceman/t_rescontrolcli.cpp
changeset 281 13fbfa31d2ba
parent 259 57b9594f5772
child 293 0659d0e1a03c
--- 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;