equal
deleted
inserted
replaced
653 // Verify the device is now active |
653 // Verify the device is now active |
654 DoVerifyModStatus(TPositionModuleStatus::EDeviceActive,modId); |
654 DoVerifyModStatus(TPositionModuleStatus::EDeviceActive,modId); |
655 |
655 |
656 INFO_PRINTF1(_L("Position Received")); |
656 INFO_PRINTF1(_L("Position Received")); |
657 User::WaitForRequest(status); |
657 User::WaitForRequest(status); |
658 |
|
659 // short delay to allow the module status change to update. |
|
660 User::After(1*100*1000); |
|
661 |
658 |
662 //Verify that the position is EDeviceReady again |
659 //Verify that the position is EDeviceReady again |
663 DoVerifyModStatus(TPositionModuleStatus::EDeviceReady,modId); |
660 DoVerifyModStatus(TPositionModuleStatus::EDeviceReady,modId); |
664 |
661 |
665 // Tidy up everything |
662 // Tidy up everything |