Skip to content

Commit

Permalink
fix for change of package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Nov 2, 2023
1 parent 3626bd4 commit 1cb9eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ But SELECT could be complex with many JOINs... whereas DIP would be simple(r)?
throw new RuntimeException(e);
}


//TODO isn't this a bug, as we do not pass the schema???
return HeuristicsCalculator.computeDistance(command, data);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class TestSuiteWriter {


if(solution.hasAnySqlAction()) {
addImport("org.evomaster.client.java.controller.db.dsl.SqlDsl.sql", lines, true)
addImport("org.evomaster.client.java.sql.dsl.SqlDsl.sql", lines, true)
addImport("org.evomaster.client.java.controller.api.dto.database.operations.InsertionResultsDto", lines)
addImport(InsertionDto::class.qualifiedName!!, lines)
}
Expand Down

0 comments on commit 1cb9eaf

Please sign in to comment.