Revert "Ignore two broken tests"

This reverts commit 1958a27d24.

Reason for revert: Reverted CLs that caused the test failure

Change-Id: I93d7f1d4f95eb4982eff2f81b28b813c99f3b0ec
This commit is contained in:
Rahul Sabnis
2020-02-14 19:15:20 +00:00
parent 1958a27d24
commit 91069d7b92
2 changed files with 0 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ import androidx.preference.PreferenceScreen;
import com.android.settingslib.core.lifecycle.Lifecycle;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -99,7 +98,6 @@ public class AbstractBluetoothA2dpPreferenceControllerTest {
}
@Test
@Ignore
public void updateState_option2Set_shouldUpdateToOption2() {
when(mBluetoothCodecConfig.getSampleRate()).thenReturn(
BluetoothCodecConfig.SAMPLE_RATE_48000);

View File

@@ -35,7 +35,6 @@ import com.android.settings.development.BluetoothA2dpConfigStore;
import com.android.settingslib.core.lifecycle.Lifecycle;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -102,7 +101,6 @@ public class AbstractBluetoothDialogPreferenceControllerTest {
}
@Test
@Ignore
public void onIndexUpdated_checkFlow() {
mCodecStatus = new BluetoothCodecStatus(mCodecConfigAAC, null, null);
when(mBluetoothA2dp.getCodecStatus(