summaryrefslogtreecommitdiffstats
path: root/testrunner
diff options
context:
space:
mode:
authorNeal Nguyen <tommyn@google.com>2009-12-23 18:18:34 -0800
committerNeal Nguyen <tommyn@google.com>2009-12-23 18:18:34 -0800
commit8a3bb2394bae35a80b96603b5e478dbce00aa867 (patch)
tree6775c700c1c9b1392597aad7539ce844af619e27 /testrunner
parente499caf9616f574e4113f5ec86bf31d81793c088 (diff)
downloadandroid_development-8a3bb2394bae35a80b96603b5e478dbce00aa867.tar.gz
android_development-8a3bb2394bae35a80b96603b5e478dbce00aa867.tar.bz2
android_development-8a3bb2394bae35a80b96603b5e478dbce00aa867.zip
Framework Tests Cleanup: Removing CTS duplicate files
Updating test_defs.xml to remove the class attribute for AndroidTests wrapper class that is going away.
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 3fa40df97..4d95c6976 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -40,7 +40,6 @@ See test_defs.xsd for more information.
<test name="android"
build_path="frameworks/base/tests/AndroidTests"
package="com.android.unit_tests"
- class="com.android.unit_tests.AndroidTests"
coverage_target="framework"
continuous="true" />