Merge "Change test case name"
This commit is contained in:
committed by
Android (Google) Code Review
commit
07c1cdb77e
@@ -9,12 +9,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "SettingsPrefTests",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
"name": "SettingsPerfTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
android_test {
|
||||
name: "SettingsPrefTests",
|
||||
name: "SettingsPerfTests",
|
||||
|
||||
certificate: "platform",
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
-->
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settings.tests.pref">
|
||||
package="com.android.settings.tests.perf">
|
||||
|
||||
<application>
|
||||
<uses-library android:name="android.test.runner" />
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.android.settings.tests.pref;
|
||||
package com.android.settings.tests.perf;
|
||||
|
||||
import android.app.Instrumentation;
|
||||
import android.os.Bundle;
|
Reference in New Issue
Block a user