test fixed
This commit is contained in:
parent
71fff1d05c
commit
e2fdfd553f
@ -86,7 +86,7 @@ public class CalculatorWizardActivityTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testShouldAddFirstFragment() throws Exception {
|
public void testShouldAddFirstFragment() throws Exception {
|
||||||
controller.create().start().resume();
|
controller.start().resume();
|
||||||
|
|
||||||
final FragmentManager fm = activity.getSupportFragmentManager();
|
final FragmentManager fm = activity.getSupportFragmentManager();
|
||||||
final Fragment f = fm.findFragmentByTag(WizardStep.welcome.getFragmentTag());
|
final Fragment f = fm.findFragmentByTag(WizardStep.welcome.getFragmentTag());
|
||||||
@ -96,7 +96,7 @@ public class CalculatorWizardActivityTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testShouldAddStepFragment() throws Exception {
|
public void testShouldAddStepFragment() throws Exception {
|
||||||
controller.create().start().resume();
|
controller.start().resume();
|
||||||
|
|
||||||
final FragmentManager fm = activity.getSupportFragmentManager();
|
final FragmentManager fm = activity.getSupportFragmentManager();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user