Update TestStrumpf.java
parent
d7b12dab16
commit
b6b8c3c4ec
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue