Skip to content

Commit af522ff

Browse files
committed
TODO
1 parent 86ef6f6 commit af522ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/TreeDiffingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.variantsync.diffdetective.variation.diff.serialize.nodeformat.FullNodeFormat;
2121
import org.variantsync.diffdetective.variation.tree.VariationTree;
2222
import org.variantsync.diffdetective.variation.tree.source.LocalFileSource;
23+
import com.github.gumtreediff.client.Run;
2324

2425
import java.io.IOException;
2526
import java.nio.file.Files;
@@ -57,6 +58,7 @@ public Path visualisation() {
5758
}
5859

5960
private static Stream<TestCase> testCases() throws IOException {
61+
Run.initMatchers();
6062
return Files
6163
.list(testDir)
6264
.mapMulti(((path, result) -> {

0 commit comments

Comments
 (0)