aboutsummaryrefslogtreecommitdiff
path: root/java/test/com/android/i18n/addressinput/AddressFieldTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/com/android/i18n/addressinput/AddressFieldTest.java')
-rw-r--r--java/test/com/android/i18n/addressinput/AddressFieldTest.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/test/com/android/i18n/addressinput/AddressFieldTest.java b/java/test/com/android/i18n/addressinput/AddressFieldTest.java
index aa0a741..8009bd5 100644
--- a/java/test/com/android/i18n/addressinput/AddressFieldTest.java
+++ b/java/test/com/android/i18n/addressinput/AddressFieldTest.java
@@ -23,11 +23,11 @@ import junit.framework.TestCase;
*/
public class AddressFieldTest extends TestCase {
- public void testOf() throws Exception {
- assertEquals(AddressField.COUNTRY, AddressField.of('R'));
- }
+ public void testOf() throws Exception {
+ assertEquals(AddressField.COUNTRY, AddressField.of('R'));
+ }
- public void testGetChar() throws Exception {
- assertEquals('R', AddressField.COUNTRY.getChar());
- }
+ public void testGetChar() throws Exception {
+ assertEquals('R', AddressField.COUNTRY.getChar());
+ }
}