aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-19 01:02:29 +0200
committerjruesga <jorge@ruesga.com>2012-10-19 01:02:29 +0200
commitce6bc8b3c8dd9019fcac3dc6b69b7093e69a0b68 (patch)
tree700807387e4eef594f0aad4deb6fdf6ac16b3387 /tests
parent4896199c672cc4df569226cd5e7b33d987ff00e1 (diff)
downloadandroid_packages_apps_CMFileManager-ce6bc8b3c8dd9019fcac3dc6b69b7093e69a0b68.tar.gz
android_packages_apps_CMFileManager-ce6bc8b3c8dd9019fcac3dc6b69b7093e69a0b68.tar.bz2
android_packages_apps_CMFileManager-ce6bc8b3c8dd9019fcac3dc6b69b7093e69a0b68.zip
Check getFileInfo is null
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java b/tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java
index 891d8172..99f2406d 100644
--- a/tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java
+++ b/tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java
@@ -72,7 +72,8 @@ public class ListCommandTest extends AbstractConsoleTest {
*/
@MediumTest
public void testListInfo() throws Exception {
- FileSystemObject file = CommandHelper.getFileInfo(getContext(), LS_INFOFILE, getConsole());
+ FileSystemObject file =
+ CommandHelper.getFileInfo(getContext(), LS_INFOFILE, getConsole());
assertNotNull("file==null", file); //$NON-NLS-1$
assertTrue(
String.format("file!=%s", LS_INFOFILE_NAME), //$NON-NLS-1$