xiaofans / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

getCurrentProgressBars() method broken in 4.1 jar #466

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get robotium 4.1 jar
2. use getCurrentProgressBars() which works well with robotium 3.6 jar
3.

What is the expected output? What do you see instead?
1- for the sake of backward compatibility getCurrentProgressBars() must work

What version of the product are you using? On what operating system?
1- robotium 4.1 jar

Please provide any additional information below.

Original issue reported on code.google.com by jainadi...@gmail.com on 28 May 2013 at 9:54

GoogleCodeExporter commented 9 years ago
Use solo.getCurrentViews(ProgressBar.class) instead.

Original comment by renasr...@gmail.com on 29 May 2013 at 6:33