Merge "Change test case name"

This commit is contained in:
TreeHugger Robot
2020-02-03 02:00:46 +00:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 9 deletions

View File

@@ -9,12 +9,7 @@
]
},
{
"name": "SettingsPrefTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
"name": "SettingsPerfTests"
}
]
}

View File

@@ -1,5 +1,5 @@
android_test {
name: "SettingsPrefTests",
name: "SettingsPerfTests",
certificate: "platform",

View File

@@ -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" />

View File

@@ -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;