summaryrefslogtreecommitdiffstats
path: root/tests/CoreTests
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2009-11-18 11:23:45 -0800
committerDan Egnor <egnor@google.com>2009-11-18 12:05:04 -0800
commitded0e6447ed6e0f200dbca13e43c6cf4efc16a1d (patch)
treea9fa405cf73e77232588e6e35b9485f6e7170d67 /tests/CoreTests
parenta4fa107f97933a81c42ee3cd9ca3984c08e5ab25 (diff)
downloadframeworks_base-ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d.zip
frameworks_base-ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d.tar.gz
frameworks_base-ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d.tar.bz2
Create android-common static library which gets included in frameworks.jar,
but can also be used by unbundled apps. Move android.text.util.Regex there as a starting example, renamed to a more sensible (?) com.android.common.Patterns. Set up a corresponding test package, and move RegexTest (to PatternsTest). Update clients.
Diffstat (limited to 'tests/CoreTests')
-rw-r--r--tests/CoreTests/android/core/RegexTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CoreTests/android/core/RegexTest.java b/tests/CoreTests/android/core/RegexTest.java
index a7f79e8..743afc1 100644
--- a/tests/CoreTests/android/core/RegexTest.java
+++ b/tests/CoreTests/android/core/RegexTest.java
@@ -17,7 +17,6 @@
package android.core;
import android.test.suitebuilder.annotation.SmallTest;
-import android.text.util.Regex;
import junit.framework.TestCase;