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