Skip to content

Commit

Permalink
Fix CachedStreamTestBase test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Oct 1, 2024
1 parent 654d8a8 commit cc6ea94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public void testUseBusProps() throws Exception {
EasyMock.expect(b.getProperty(CachedConstants.CIPHER_TRANSFORMATION_BUS_PROP)).andReturn(null);
Path tmpDirPath = Files.createTempDirectory("temp-dir");
EasyMock.expect(b.getProperty(CachedConstants.OUTPUT_DIRECTORY_BUS_PROP)).andReturn(tmpDirPath.toString());
EasyMock.expect(b.getExtension(CachedOutputStreamCleaner.class)).andReturn(null).anyTimes();

BusFactory.setThreadDefaultBus(b);

Expand Down

0 comments on commit cc6ea94

Please sign in to comment.