Renamed test file to case-sensitively match one used in test

This commit is contained in:
Yaroslav Lepenkin
2015-09-15 19:29:51 +03:00
parent a47b893dca
commit c557b7acdf
2 changed files with 1 additions and 1 deletions
@@ -57,7 +57,7 @@ public class NewLineBlocksIteratorTest extends AbstractNewLineBlocksIteratorTest
checkStartOffsets(newLineBlocksStartOffsets);
}
public void testFirstBlockOnNewLine_NotStartsIt() throws IOException, JDOMException {
public void testFirstBlockOnNewLineNotStartsIt() throws IOException, JDOMException {
String text = "var x = r'''\n" +
"''';";