Skip to content
Snippets Groups Projects
Commit df315576 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed minor bug

parent a3dbf181
No related branches found
No related tags found
No related merge requests found
Pipeline #6086 passed
...@@ -137,6 +137,8 @@ public class TestSLUBStoragePlugin { ...@@ -137,6 +137,8 @@ public class TestSLUBStoragePlugin {
catch (BeanInitializationException e) { catch (BeanInitializationException e) {
//assertEquals("storeEntity2", "Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [global.properties] cannot be opened because it does not exist", e.getMessage()); //assertEquals("storeEntity2", "Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [global.properties] cannot be opened because it does not exist", e.getMessage());
} }
ioStream.close();
isr.close();
} }
/* /*
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment