Update test to TEST_P
VTS tests were moved to parameterized gtests (TEST_F -> TEST_P), so update the test for getSimPhonebookRecords to prevent compile errors Test: mm Fix: 183964306 Change-Id: Ib35c3c06fbe3fa2205bdcd44f70bda805fcb8301
This commit is contained in:
parent
d4ab44096e
commit
c16f1583cc
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ TEST_P(RadioHidlTest_v1_6, getSimPhonebookCapacity) {
|
|||
/*
|
||||
* Test IRadio.updateSimPhonebookRecords() for the response returned.
|
||||
*/
|
||||
TEST_F(RadioHidlTest_v1_6, updateSimPhonebookRecords) {
|
||||
TEST_P(RadioHidlTest_v1_6, updateSimPhonebookRecords) {
|
||||
serial = GetRandomSerialNumber();
|
||||
radio_v1_6->getSimPhonebookCapacity(serial);
|
||||
EXPECT_EQ(std::cv_status::no_timeout, wait());
|
||||
|
|
Loading…
Reference in a new issue