Modified the test case name into a more meaningful name.
diff --git a/tests/src/com/android/music/MusicPlayerStability.java b/tests/src/com/android/music/MusicPlayerStability.java
index 80b4b8a..5654adb 100644
--- a/tests/src/com/android/music/MusicPlayerStability.java
+++ b/tests/src/com/android/music/MusicPlayerStability.java
@@ -55,7 +55,7 @@
* The sdcard should have the target mp3 files.
*/
@LargeTest
- public void testPlayMP3() throws Exception {
+ public void testPlay30sMP3() throws Exception {
// Launch the songs list. Pick the fisrt song and play
try {
Instrumentation inst = getInstrumentation();
@@ -75,7 +75,7 @@
}
@LargeTest
- public void testMusicPlayerDoNothing() throws Exception {
+ public void testLaunchMusicPlayer() throws Exception {
// Launch music player and sleep for 30 seconds to capture
// the music player power usage base line.
try {
@@ -85,4 +85,4 @@
}
assertTrue("MusicPlayer Do Nothing", true);
}
-}
\ No newline at end of file
+}