aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java')
-rw-r--r--tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java b/tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java
index 2e0281bf..cf7e8a63 100644
--- a/tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java
+++ b/tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java
@@ -64,6 +64,7 @@ public class LinkCommandTest extends AbstractConsoleTest {
FileSystemObject fso =
CommandHelper.getFileInfo(getContext(), PATH_LINK_OK, false, getConsole());
assertTrue("response==false", ret); //$NON-NLS-1$
+ assertNotNull("fso==null", fso); //$NON-NLS-1$
assertTrue("fso not is Symlink", fso instanceof Symlink); //$NON-NLS-1$
} finally {
try {