Skip to content

Commit

Permalink
fix junit test
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Jun 25, 2024
1 parent 5fa0511 commit 6a89a28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void validate() throws IOException, EGEException {
//DataType outputType = new DataType("lilypond","text/x-lilypond");
//System.out.println("##################" + new String(Files.readAllBytes(Paths.get("src/test/resources/test-input.mei.zip"))) + is.toString());
String tempDir = "src/test/temp";
new File(tempDir).mkdir();
ValidationResult result = validator.validate(is, inputType);
PrintWriter out = new PrintWriter(tempDir + File.separator + "test-output.xml");
String baseprefix = "https://meigarage.edirom.de/ege-webservice/";
Expand Down

0 comments on commit 6a89a28

Please sign in to comment.