Modifications to test_defs.xml for FrameworksTests files move.

This commit is contained in:
Neal Nguyen
2010-01-15 19:43:23 -08:00
parent f935944a18
commit af94291727

View File

@@ -33,7 +33,6 @@ See test_defs.xsd for more information.
<test name="framework" <test name="framework"
build_path="frameworks/base/tests/FrameworkTest" build_path="frameworks/base/tests/FrameworkTest"
package="com.android.frameworktest.tests" package="com.android.frameworktest.tests"
class="com.android.frameworktest.AllTests"
coverage_target="framework" coverage_target="framework"
continuous="true" /> continuous="true" />
@@ -135,8 +134,8 @@ See test_defs.xsd for more information.
<test name="contentprovideroperation" <test name="contentprovideroperation"
build_path="frameworks/base/tests/FrameworkTest" build_path="frameworks/base/core/tests/coretests"
package="com.android.frameworktest.tests" package="com.android.frameworks.coretests"
class="android.content.ContentProviderOperationTest" class="android.content.ContentProviderOperationTest"
coverage_target="framework" /> coverage_target="framework" />