aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java')
-rw-r--r--tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java b/tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java
index bb54aa0f..6d209843 100644
--- a/tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java
+++ b/tests/src/com/cyanogenmod/explorer/commands/shell/ReadCommandTest.java
@@ -77,6 +77,9 @@ public class ReadCommandTest extends AbstractConsoleTest {
ReadCommandTest.this.mSync.notify();
}
}
+ public void onAsyncExitCode(int exitCode) {
+ /**NON BLOCK**/
+ }
public void onException(Exception cause) {
fail(String.valueOf(cause));
}