am 1d4b87d4: Merge change 8360 into donut

Merge commit '1d4b87d492dfefb5506e9fcf358ced680322b754'

* commit '1d4b87d492dfefb5506e9fcf358ced680322b754':
  Remove failing test AutoCompleteTextViewCallbacks.testPopupNoSelection from
This commit is contained in:
Android (Google) Code Review
2009-07-23 16:25:58 -07:00
committed by Android Git Automerger

View File

@@ -27,8 +27,10 @@ public class AutoCompleteTextViewCallbacks
super("com.android.frameworktest", AutoCompleteTextViewSimple.class);
}
/** Test that the initial popup of the suggestions does not select anything */
@MediumTest
/** Test that the initial popup of the suggestions does not select anything.
*
* TODO: test currently fails. Add back MediumTest annotation when fixed.
*/
public void testPopupNoSelection() {
AutoCompleteTextViewSimple theActivity = getActivity();
AutoCompleteTextView textView = theActivity.getTextView();