RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

Problems to setting date in date picker #747

Open renas opened 9 years ago

renas commented 9 years ago

From prashant...@gmail.com on April 01, 2015 03:25:28

What steps will reproduce the problem? 1.int year=1015; int day=21; int month=10; 2.solo.setDatePicker(0, year, month, day); 3. What is the expected output? What do you see instead? Expected 21/10/1990 and given 1/1/1900 What version of the product are you using? On what operating system? robotium-solo-5.3.1 Windows 7, 32 bit operating system Please provide any additional information below.

Original issue: http://code.google.com/p/robotium/issues/detail?id=668

renas commented 9 years ago

From renasr...@gmail.com on April 01, 2015 09:03:35

Thanks for reporting this. Would it be possible for you to share an apk that exhibits this issue?

Owner: renasr...@gmail.com