Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f380958e authored by Manisha Jajoo's avatar Manisha Jajoo Committed by Sungtak Lee
Browse files

VTS: Fix DecodeTest For Audio Decoders.

Removed extra start() from DecodeTest for audio decoders.

Test: VtsHidlC2V1_0TargetAudioDecTest -I software -C c2.android.aac.decoder -P /sdcard/res/

Bug: 127691660

Change-Id: Iff7ecdaad83ea3753c3cd444511f41deee57f782
parent 4e7c08a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -515,7 +515,6 @@ TEST_P(Codec2AudioDecDecodeTest, DecodeTest) {
    if (mDisableTest) return;

    uint32_t streamIndex = GetParam();
    ASSERT_EQ(mComponent->start(), C2_OK);
    mTimestampDevTest = true;
    char mURL[512], info[512];
    std::ifstream eleStream, eleInfo;