summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYu Shan Emily Lau <yslau@google.com>2009-09-25 00:20:23 -0700
committerYu Shan Emily Lau <yslau@google.com>2009-09-25 00:20:23 -0700
commita1f18aec8f7a9a7cf5823d807c7eac6b6186c28b (patch)
treeb68c2565989630f47896d567c8a4111733308ca8 /tests
parent78f86edcd377aeb4883780d3d9cdcb36e1c73787 (diff)
downloadLegacyCamera-a1f18aec8f7a9a7cf5823d807c7eac6b6186c28b.zip
LegacyCamera-a1f18aec8f7a9a7cf5823d807c7eac6b6186c28b.tar.gz
LegacyCamera-a1f18aec8f7a9a7cf5823d807c7eac6b6186c28b.tar.bz2
Modified the test cases name to be more meaningful.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/src/com/android/camera/power/ImageAndVideoCapture.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/android/camera/power/ImageAndVideoCapture.java b/tests/src/com/android/camera/power/ImageAndVideoCapture.java
index c303250..01a6d15 100755
--- a/tests/src/com/android/camera/power/ImageAndVideoCapture.java
+++ b/tests/src/com/android/camera/power/ImageAndVideoCapture.java
@@ -60,7 +60,7 @@ public class ImageAndVideoCapture extends ActivityInstrumentationTestCase2 <Came
}
@LargeTest
- public void testImageCaptureDoNothing() {
+ public void testLaunchCamera() {
// This test case capture the baseline for the image preview.
try {
Thread.sleep(WAIT_FOR_STABLE_STATE);
@@ -72,7 +72,7 @@ public class ImageAndVideoCapture extends ActivityInstrumentationTestCase2 <Came
}
@LargeTest
- public void testImageCapture() {
+ public void testCapture5Image() {
// This test case will use the default camera setting
Instrumentation inst = getInstrumentation();
try {
@@ -91,7 +91,7 @@ public class ImageAndVideoCapture extends ActivityInstrumentationTestCase2 <Came
}
@LargeTest
- public void testVideoCapture() {
+ public void testCapture5Videos() {
// This test case will use the default camera setting
Instrumentation inst = getInstrumentation();
try {