test fixed

This commit is contained in:
Sergey Solovyev 2013-06-24 10:47:34 +04:00
parent 71fff1d05c
commit e2fdfd553f

View File

@ -86,7 +86,7 @@ public class CalculatorWizardActivityTest {
@Test
public void testShouldAddFirstFragment() throws Exception {
controller.create().start().resume();
controller.start().resume();
final FragmentManager fm = activity.getSupportFragmentManager();
final Fragment f = fm.findFragmentByTag(WizardStep.welcome.getFragmentTag());
@ -96,7 +96,7 @@ public class CalculatorWizardActivityTest {
@Test
public void testShouldAddStepFragment() throws Exception {
controller.create().start().resume();
controller.start().resume();
final FragmentManager fm = activity.getSupportFragmentManager();