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

Commit f97b08a4 authored by Vlad Popa's avatar Vlad Popa
Browse files

CSD: fix test after reverting the force MEL flag.

With ag/24453728 we reverted the flag so the test needs to be adjusted
too.

Test: atest sounddosemanager_test
Bug: 296297753
Merged-In: I53e1bb7b900628e5715beefa2ceee93b299127bc
Change-Id: I53e1bb7b900628e5715beefa2ceee93b299127bc
parent b87bd290
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -248,8 +248,7 @@ TEST_F(SoundDoseManagerTest, GetDefaultForceComputeCsdOnAllDevices) {
}

TEST_F(SoundDoseManagerTest, GetDefaultForceUseFrameworkMel) {
    // TODO: for now dogfooding with internal MEL. Revert to false when using the HAL MELs
    EXPECT_TRUE(mSoundDoseManager->forceUseFrameworkMel());
    EXPECT_FALSE(mSoundDoseManager->forceUseFrameworkMel());
}

TEST_F(SoundDoseManagerTest, SetAudioDeviceCategoryStopsNonHeadphone) {