Update TestStrumpf.java
parent
d7b12dab16
commit
b6b8c3c4ec
|
@ -45,7 +45,7 @@ public class TestStrumpf {
|
||||||
@Rule
|
@Rule
|
||||||
public TemporaryFolder testDir = new TemporaryFolder();
|
public TemporaryFolder testDir = new TemporaryFolder();
|
||||||
|
|
||||||
@Test
|
/* @Test
|
||||||
public void testResolvingReference() throws Exception {
|
public void testResolvingReference() throws Exception {
|
||||||
|
|
||||||
File f = Resources.asFile("big/raw_sentences.txt");
|
File f = Resources.asFile("big/raw_sentences.txt");
|
||||||
|
@ -58,7 +58,7 @@ public class TestStrumpf {
|
||||||
System.out.println("LINE " + i + ": " + iter.next());
|
System.out.println("LINE " + i + ": " + iter.next());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testResolvingActual() throws Exception {
|
public void testResolvingActual() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue