Commit a117ea3f authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I02caed7d into eclair

* changes:
  Fix  android.text.method.cts.CharacterPickerDialogTest:testOnClick.
parents 3bc747eb e54a9f9e
......@@ -140,7 +140,8 @@ public class CharacterPickerDialogTest extends
characterPickerDialog.show();
assertTrue(characterPickerDialog.isShowing());
// nothing to test here, just make sure onClick does not throw exception
characterPickerDialog.onClick(view);
assertFalse(characterPickerDialog.isShowing());
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment