We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f935944 commit af94291Copy full SHA for af94291
testrunner/test_defs.xml
@@ -33,7 +33,6 @@ See test_defs.xsd for more information.
33
<test name="framework"
34
build_path="frameworks/base/tests/FrameworkTest"
35
package="com.android.frameworktest.tests"
36
- class="com.android.frameworktest.AllTests"
37
coverage_target="framework"
38
continuous="true" />
39
@@ -135,8 +134,8 @@ See test_defs.xsd for more information.
135
134
136
137
<test name="contentprovideroperation"
138
- build_path="frameworks/base/tests/FrameworkTest"
139
- package="com.android.frameworktest.tests"
+ build_path="frameworks/base/core/tests/coretests"
+ package="com.android.frameworks.coretests"
140
class="android.content.ContentProviderOperationTest"
141
coverage_target="framework" />
142
0 commit comments