Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
lacinoire committed Nov 5, 2021
1 parent b4d9b38 commit 9352e54
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,6 @@ public String completeDependencies(UserInput configuration, AutomaticBuilder aut
dependencies = automaticBuilder.compileAndBuildClasspath();
configuration.setDependencies(dependencies);
}
// TODO checks this. Since we support different Test Support, we may not need to add artificially junit in the classpath
// if (!dependencies.contains("junit" + File.separator + "junit" + File.separator + "4")) {
// dependencies = Test.class
// .getProtectionDomain()
// .getCodeSource()
// .getLocation()
// .getFile() +
// AmplificationHelper.PATH_SEPARATOR + dependencies;
// System.out.println("dependencies at end of junit block: " + dependencies);
// }
if (!additionalClasspathElements.isEmpty()) {
String pathToAdditionalClasspathElements = additionalClasspathElements;
if (!Paths.get(additionalClasspathElements).isAbsolute()) {
Expand Down

0 comments on commit 9352e54

Please sign in to comment.