summaryrefslogtreecommitdiffstats
path: root/chips/tests
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-09-20 11:18:26 -0700
committerMindy Pereira <mindyp@google.com>2011-09-20 11:23:07 -0700
commitc7afc9841ee6dd3bc5e19ee7269fecd466a8c6e9 (patch)
tree18b79ad114a48547ecb05178d478af9738a635a0 /chips/tests
parentc10739cc694a0248b6187de2d7b9e8d2298bf0d3 (diff)
downloadandroid_frameworks_ex-c7afc9841ee6dd3bc5e19ee7269fecd466a8c6e9.tar.gz
android_frameworks_ex-c7afc9841ee6dd3bc5e19ee7269fecd466a8c6e9.tar.bz2
android_frameworks_ex-c7afc9841ee6dd3bc5e19ee7269fecd466a8c6e9.zip
Fix crash in calendar.
Protect against walking off the end. Fixes bug:5347150 Calendar crash on selecting guest suggestion after changing device orientation (java.lang.IndexOutOfBoundsException: charAt: 52 >= length 52) in IRK82 Change-Id: I6216a770175adac34416dfabda202ac9846c95ac
Diffstat (limited to 'chips/tests')
-rw-r--r--chips/tests/src/com/android/ex/chips/ChipsTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/chips/tests/src/com/android/ex/chips/ChipsTest.java b/chips/tests/src/com/android/ex/chips/ChipsTest.java
index 04ae25b..bafd812 100644
--- a/chips/tests/src/com/android/ex/chips/ChipsTest.java
+++ b/chips/tests/src/com/android/ex/chips/ChipsTest.java
@@ -17,11 +17,10 @@
package com.android.ex.chips;
import android.test.AndroidTestCase;
-import android.widget.ArrayAdapter;
public class ChipsTest extends AndroidTestCase {
public void testSomething() {
-
+
}
}