OSDN Git Service

Add new unit test for RadioGroup/RadioButton.
authorRomain Guy <romainguy@android.com>
Fri, 4 Dec 2009 19:50:22 +0000 (11:50 -0800)
committerRomain Guy <romainguy@android.com>
Fri, 4 Dec 2009 19:50:22 +0000 (11:50 -0800)
commitf32b488bd205ae2b026f47ee898073fd4815da90
treedbc39eb9fddef70854c0065eb4d88abbc8d44c36
parent8280c2b15f6875b2d387c05df23d264864eb9cd5
Add new unit test for RadioGroup/RadioButton.

Also fix the AutoCompleteTextViewCallbacks test.
tests/FrameworkTest/AndroidManifest.xml
tests/FrameworkTest/res/layout/radiogroup_checkedchild.xml [new file with mode: 0644]
tests/FrameworkTest/src/com/android/frameworktest/radiogroup/RadioGroupActivity.java [new file with mode: 0644]
tests/FrameworkTest/tests/src/android/widget/AutoCompleteTextViewCallbacks.java
tests/FrameworkTest/tests/src/com/android/frameworktest/radiogroup/RadioGroupPreCheckedTest.java [new file with mode: 0644]