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