commit | 85c1b4a2676073580580dfd79b17f62c417be0d3 | [log] [tgz] |
---|---|---|
author | Kihyung Lee <kihyunglee@google.com> | Thu Mar 11 16:29:55 2021 +0900 |
committer | Kihyung Lee <kihyunglee@google.com> | Thu Mar 11 09:20:12 2021 +0000 |
tree | 3b82a163db66fa4b0f9f4b5f9b8b2139d85f3c56 | |
parent | 63ccd2dbf2f98c278b6051004bb85fddf44bc17e [diff] [blame] |
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
diff --git a/broadcastradio/2.0/vts/functional/VtsHalBroadcastradioV2_0TargetTest.cpp b/broadcastradio/2.0/vts/functional/VtsHalBroadcastradioV2_0TargetTest.cpp index 923dc27..ef501b6 100644 --- a/broadcastradio/2.0/vts/functional/VtsHalBroadcastradioV2_0TargetTest.cpp +++ b/broadcastradio/2.0/vts/functional/VtsHalBroadcastradioV2_0TargetTest.cpp
@@ -495,7 +495,7 @@ * 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 = {};