Update TestStrumpf.java

master
agibsonccc 2021-03-12 09:24:04 +09:00
parent d7b12dab16
commit b6b8c3c4ec
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ public class TestStrumpf {
@Rule
public TemporaryFolder testDir = new TemporaryFolder();
@Test
/* @Test
public void testResolvingReference() throws Exception {
File f = Resources.asFile("big/raw_sentences.txt");
@ -58,7 +58,7 @@ public class TestStrumpf {
System.out.println("LINE " + i + ": " + iter.next());
}
}
}
}*/
@Test
public void testResolvingActual() throws Exception {