Closed GoogleCodeExporter closed 9 years ago
Thanks for this issue. Are you running your test case on the emulator?
Original comment by renasr...@gmail.com
on 24 Sep 2010 at 9:02
Yes. On the Android 2.1 emulator.
Original comment by ekropo...@gmail.com
on 24 Sep 2010 at 9:04
What if you try to enter another text?
Robotium is not altering or processing the text before sending it to the
application. It must be the edit text field that is changing the letter. Have
you developed the application that you are testing?
Original comment by renasr...@gmail.com
on 24 Sep 2010 at 9:16
Yes I developed this application. And I am not processing inputed in EditText
view text too.
When I try to test it using usual JUnit way:
getInstrumentation().sendStringSync("Something");
Text is OK. So, it seems like problem is in robotium.
Original comment by ekropo...@gmail.com
on 24 Sep 2010 at 9:26
Also, "someThing" gives me "someTHing"
Original comment by ekropo...@gmail.com
on 24 Sep 2010 at 9:29
This is very strange, is it possible for you to send me your application (or
another application that has this problem) so that I can analyze this problem?
The application will be removed as soon as I find a cause.
Original comment by renasr...@gmail.com
on 24 Sep 2010 at 9:29
I could't send you my application because of security policy but I will try to
create dummy project what can demonstrate this bug.
Original comment by ekropo...@gmail.com
on 24 Sep 2010 at 9:33
Great. Thanks a lot.
Original comment by renasr...@gmail.com
on 24 Sep 2010 at 10:07
It's a very strange, but when I made emulator restart with "wipe data" this
problem didn't appeared. Maybe it's some emulator issue. So I think this issue
can be rejected.
Sorry for false alarm.
Original comment by ekropo...@gmail.com
on 24 Sep 2010 at 11:42
No problem. Nice to hear that its not a bug :)
Original comment by renasr...@gmail.com
on 24 Sep 2010 at 11:45
Original issue reported on code.google.com by
ekropo...@gmail.com
on 24 Sep 2010 at 8:56