diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-25 11:25:31 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-25 11:25:31 -0400 |
commit | eed31960dc34b39f6e6facb3b8079f619af9a4c2 (patch) | |
tree | fd3520e5aabe43c105830714e888c055ce2fc643 | |
parent | cef4defac47213905f8bc5677dad53fb60c2ee83 (diff) | |
parent | a1f18aec8f7a9a7cf5823d807c7eac6b6186c28b (diff) | |
download | LegacyCamera-eed31960dc34b39f6e6facb3b8079f619af9a4c2.zip LegacyCamera-eed31960dc34b39f6e6facb3b8079f619af9a4c2.tar.gz LegacyCamera-eed31960dc34b39f6e6facb3b8079f619af9a4c2.tar.bz2 |
Merge change 27013 into eclair
* changes:
Modified the test cases name to be more meaningful.
-rwxr-xr-x | tests/src/com/android/camera/power/ImageAndVideoCapture.java | 6 |
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 { |