Merge "Dynamic grouping failed the first time" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e16d78872
@@ -156,6 +156,12 @@ public class MediaOutputGroupSliceTest {
|
||||
assertThat(rows).isEqualTo(3);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getSlice_nullWorker_noException() {
|
||||
sMediaDeviceUpdateWorker = null;
|
||||
mMediaOutputGroupSlice.getSlice();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getSlice_withOneSelectableDevice_checkTitle() {
|
||||
mSelectableDevices.add(mDevice1);
|
||||
|
Reference in New Issue
Block a user