add a line

This commit is contained in:
gaoyang 2017-07-11 09:35:27 +08:00
parent c43e90bea2
commit 092b314897

View file

@ -44,6 +44,7 @@ public class HDFSFileInterpreterTest extends TestCase {
@Test
public void testMaxLength() {
HDFSFileInterpreter t = new MockHDFSFileInterpreter(new Properties());
t.open();
InterpreterResult result = t.interpret("ls -l /", null);