Skip to content

Commit

Permalink
Merge pull request #5498 from e-cuellar/DEV
Browse files Browse the repository at this point in the history
[CLEANUP] Fix broken unit tests
  • Loading branch information
wseyler authored Jan 19, 2024
2 parents 60376f3 + d5c1dfd commit 15e5b39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ private class FakeJobSchedluerRequest implements IJobScheduleRequest {
}

@Override public String getInputFile() {
return null;
return inputFile;
}

@Override public String getJobName() {
Expand Down
6 changes: 6 additions & 0 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,12 @@
<artifactId>org.osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<version>${hibernate-ehcache.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pentaho</groupId>
<artifactId>pentaho-platform-core</artifactId>
Expand Down

0 comments on commit 15e5b39

Please sign in to comment.