views:

7

answers:

0

I'm flowing with tutorial for Android. Right now I try to made implementation of Activity Test with tutorial. I find out in my code that the testSpinnerUI test no make sense. On the line 233 in the file SpinnerActivityTest.java the test pass but tested value doesn't reflect the current status of control. Looks like the test try to get information from control too fast because when I use the breakpoint, right after change of Spinner selection and resume the debugging then the selection is changed.
My test platform is Android 1.5.

Please give me info if some one has different experience or know the real reason why this happens.