From 007f79149ee3f2066259ec885b4a79b52f98994f Mon Sep 17 00:00:00 2001 From: jruesga Date: Fri, 12 Oct 2012 02:23:35 +0200 Subject: CleanUp --- .../com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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()); -- cgit v1.2.3