aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-12 02:23:35 +0200
committerjruesga <jorge@ruesga.com>2012-10-12 02:23:35 +0200
commit007f79149ee3f2066259ec885b4a79b52f98994f (patch)
tree6df8cd9ee7b7cce08eee947af6f8885c566530ea /tests
parent63dc579b45ded75b59330e5db9e55b4040d9ad5e (diff)
downloadandroid_packages_apps_CMFileManager-007f79149ee3f2066259ec885b4a79b52f98994f.tar.gz
android_packages_apps_CMFileManager-007f79149ee3f2066259ec885b4a79b52f98994f.tar.bz2
android_packages_apps_CMFileManager-007f79149ee3f2066259ec885b4a79b52f98994f.zip
CleanUp
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java b/tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java
index 518630ab..5a9d6290 100644
--- a/tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java
+++ b/tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java
@@ -51,11 +51,11 @@ public class ExecCommandTest extends AbstractConsoleTest {
}
/**
- * Method that performs a test over known search results.
+ * Method that performs a test over known executable program.
*
* @throws Exception If test failed
*/
- public void testFindWithPartialResult() throws Exception {
+ public void testExecWithPartialResult() throws Exception {
try {
// Create the test program
FileWriter fw = new FileWriter(new File(EXEC_CMD));
@@ -84,7 +84,7 @@ public class ExecCommandTest extends AbstractConsoleTest {
ExecCommandTest.this.mSync.wait(15000L);
}
assertTrue("no new partial data", this.mNewPartialData); //$NON-NLS-1$
-
+
} finally {
try {
CommandHelper.deleteFile(getContext(), EXEC_CMD, getConsole());