Skip to content

Commit

Permalink
removed unnecessary file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaRB committed May 29, 2024
1 parent 6901b45 commit 7073c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/ctests/ETLTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public static void setupTestSuite() throws IOException {
cs.setOutputSubFolder("ETL_test");

// add package support
Files.createDirectories(Path.of(cs.outputFolder));
/* Files.createDirectories(Path.of(cs.outputFolder));
BufferedWriter writer = new BufferedWriter(new FileWriter(new File(cs.outputFolder +java.io.File.separator + java.io.File.separator + "package.mo")));
writer.write("package " + "CRML_test.ETL" + "\n end package ;\n");
writer.close();
writer.close();*/
}


Expand Down

0 comments on commit 7073c1a

Please sign in to comment.