mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Fix DabTune VTS failure of BroadcastRadio v2.0
When cherry-picking I28b1406a26fa66bcf972a6efd42ee76a55bae374 from android10-tests-dev to android11-tests-dev, TEST_F should've been modified to TEST_P but it didn't. This is just a simple fix for it. Bug: 181910201 Signed-off by: Kihyung Lee <kihyunglee@google.com> Change-Id: Iacdb98b988d57f3edccab75b84d05dc3251fdd7f
This commit is contained in:
@@ -495,7 +495,7 @@ TEST_P(BroadcastRadioHalTest, TuneFailsWithInvalid) {
|
||||
* invoked carrying a proper selector;
|
||||
* - program changes exactly to what was requested.
|
||||
*/
|
||||
TEST_F(BroadcastRadioHalTest, DabTune) {
|
||||
TEST_P(BroadcastRadioHalTest, DabTune) {
|
||||
ASSERT_TRUE(openSession());
|
||||
|
||||
ProgramSelector sel = {};
|
||||
|
||||
Reference in New Issue
Block a user