cleanup work

This commit is contained in:
eugenp
2014-10-21 12:42:40 +03:00
parent 6e16b3352c
commit 12b5d784e0
3 changed files with 2 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ import java.util.Scanner;
import org.junit.Test;
/*
MappedByteBuffer
@@ -113,7 +112,6 @@ public class JavaReadFromFileTest {
stream2.close();
}
@Test
public void whenReadUTFEncodedFile_thenCorrect() throws IOException {
final String expected_value = "青空";
@@ -177,5 +175,4 @@ public class JavaReadFromFileTest {
assertEquals(expected_value, line);
}
}