Closed GoogleCodeExporter closed 9 years ago
Please try it on the emulator.
Original comment by renasr...@gmail.com
on 8 Feb 2012 at 4:17
am experiencing the same problem on 4.0.3
Original comment by ebelets...@gmail.com
on 9 Feb 2012 at 5:46
Well, this is weird. I did a simple test case to reproduce the bug and it works
on the emulator. I'll try tomorrow on the phone this simple test.
Original comment by Xavier.B...@gmail.com
on 9 Feb 2012 at 10:19
I tested my simple test case on the Nexus S and it worked... I guess I have a
problem with my complexe test case...
I think you can close the issue.
Original comment by Xavier.B...@gmail.com
on 10 Feb 2012 at 8:15
Original comment by renasr...@gmail.com
on 10 Feb 2012 at 10:05
I'm have the same problem, using an AVD with 4.0.3 , when I run complex test
scenarios, and the problems is where I use the
solo.assertCurrentActivity("Asserting " + activityClass.getSimpleName(),
activityClass); , the current Activity is not update, stay in the last Activy
. Using the names of the first post, the current Activy, for Robotium is
'Activity A', but the app is running the 'Activity B'.
I using and AVD with 1024 Mib and SDK 4.0.3 , and the last Robotium version
3.1. I tested the same test on HTC Nexus One, with 2.3.4 and emulator with 2.1
, 2.2, and 2.3.
thanks for your help.
Mariano Salvetti
Original comment by salvetti...@gmail.com
on 10 Feb 2012 at 3:38
I did a simple test case to reproduce the bug and it works on the emulator.
I'll try tomorrow on the phone this simple test.
Original comment by yangdong...@gmail.com
on 18 Jul 2012 at 8:56
I have a same issue:
reproduce problem:
1、I have a button in Activity A ,when click it will do follow:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(Uri.parse(url));
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
mContext.startActivity(intent);
2、when solo.clickOnButton , I can see chrome come out and loading the url to
websit.
3、solo.assertCurrentActivity() still is the Activity A.
expected output should be the chrome activity .
Original comment by spiritch...@gmail.com
on 1 Sep 2012 at 9:07
I have try it in emulator sdk 2.1 and my phone 4.1.1 , same problem!
Original comment by spiritch...@gmail.com
on 1 Sep 2012 at 9:08
I have face the same problem while launching the activity on emulator.
Original comment by amitbarv...@gmail.com
on 17 Oct 2014 at 9:12
Original issue reported on code.google.com by
Xavier.B...@gmail.com
on 8 Feb 2012 at 1:44