Skip to content

Commit af94291

Browse files
committed
Modifications to test_defs.xml for FrameworksTests files move.
1 parent f935944 commit af94291

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testrunner/test_defs.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ See test_defs.xsd for more information.
3333
<test name="framework"
3434
build_path="frameworks/base/tests/FrameworkTest"
3535
package="com.android.frameworktest.tests"
36-
class="com.android.frameworktest.AllTests"
3736
coverage_target="framework"
3837
continuous="true" />
3938

@@ -135,8 +134,8 @@ See test_defs.xsd for more information.
135134

136135

137136
<test name="contentprovideroperation"
138-
build_path="frameworks/base/tests/FrameworkTest"
139-
package="com.android.frameworktest.tests"
137+
build_path="frameworks/base/core/tests/coretests"
138+
package="com.android.frameworks.coretests"
140139
class="android.content.ContentProviderOperationTest"
141140
coverage_target="framework" />
142141

0 commit comments

Comments
 (0)