Merge "Apply sliding transition to trust agent." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fffda8de08
@@ -50,7 +50,6 @@ import org.robolectric.RobolectricTestRunner;
|
||||
import org.robolectric.RuntimeEnvironment;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(shadows = ShadowUtils.class)
|
||||
public class SubSettingLauncherTest {
|
||||
|
||||
@Mock
|
||||
@@ -117,7 +116,6 @@ public class SubSettingLauncherTest {
|
||||
|
||||
@Test
|
||||
public void launch_hasRequestListener_shouldStartActivityForResult() {
|
||||
ShadowUtils.setIsPageTransitionEnabled(true);
|
||||
final int requestCode = 123123;
|
||||
when(mFragment.getActivity()).thenReturn(mActivity);
|
||||
|
||||
|
Reference in New Issue
Block a user