Skip to content

Commit 365ec51

Browse files
committed
test
1 parent 110331b commit 365ec51

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
@@ -76,6 +76,8 @@ private static Stream<TestCase> testCases() throws IOException {
7676
@ParameterizedTest
7777
@MethodSource("testCases")
7878
public void testCase(TestCase testCase) throws IOException, DiffParseException {
79+
System.out.println(testCase);
80+
7981
VariationTree<DiffLinesLabel> beforeEdit = parseVariationTree(testCase.beforeEdit());
8082
VariationTree<DiffLinesLabel> afterEdit = parseVariationTree(testCase.afterEdit());
8183

0 commit comments

Comments
 (0)