aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java')
-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());