Skip to content

Commit

Permalink
First regression test case "01-klavier"
Browse files Browse the repository at this point in the history
As provided in PR Audiveris#122 by Alexander Myltsev (@avm).
  • Loading branch information
PeterGreth committed Apr 3, 2022
1 parent 9f63f05 commit b2b2938
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class ConversionScoreRegressionTest
* List of test cases. Each of these will be tested separately
*/
private final static List<ConversionScoreTestCase> TEST_CASES = List.of(
ConversionScoreTestCase.ofSubDirectory("01-klavier").withExpectedConversionScore(15)
);

/**
Expand Down
Loading

0 comments on commit b2b2938

Please sign in to comment.