Skip to content

Commit

Permalink
add missing dao config for minoc int test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Feb 22, 2024
1 parent 479b0b7 commit 76d975d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public ReplaceArtifactTest() throws Exception {
config.put("jndiDataSourceName", "jdbc/minoc");
config.put(SQLGenerator.class.getName(), SQLGenerator.class);
config.put("invSchema", "inventory");
config.put("genSchema", "inventory");

this.dao = new ArtifactDAO();
dao.setConfig(config);
Expand Down

0 comments on commit 76d975d

Please sign in to comment.