kerneltest/e32test/resourceman/t_rescontrolcli.cpp
changeset 281 13fbfa31d2ba
parent 259 57b9594f5772
child 293 0659d0e1a03c
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
  4353 	test(r==KErrNone || r==KErrAlreadyExists);
  4353 	test(r==KErrNone || r==KErrAlreadyExists);
  4354 
  4354 
  4355 	//Check whether the notifications recieved as a result of postboot level setting is as expected.
  4355 	//Check whether the notifications recieved as a result of postboot level setting is as expected.
  4356 	r = lddChan.CheckPostBootLevelNotifications();
  4356 	r = lddChan.CheckPostBootLevelNotifications();
  4357 	test(r == KErrNone);
  4357 	test(r == KErrNone);
       
  4358 	
       
  4359 	//Test resource controller registration
       
  4360 	r = lddChan.CheckResourceControllerRegistration();
       
  4361 	test(r == KErrNone);
       
  4362 
  4358 	TBool regressionTesting = EFalse;
  4363 	TBool regressionTesting = EFalse;
  4359 	//Parse the command line arguments.
  4364 	//Parse the command line arguments.
  4360 	TBuf<0x50> cmd;
  4365 	TBuf<0x50> cmd;
  4361 	User::CommandLine(cmd);
  4366 	User::CommandLine(cmd);
  4362 	TLex lex(cmd);
  4367 	TLex lex(cmd);