Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 9fcb1da

Browse files
committed
test
1 parent f868881 commit 9fcb1da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/java/org/arangodb/objectmapper/test/BaseTestCase.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,12 @@ private Properties loadPropertiesFromFile() {
105105

106106
try {
107107

108-
LOG.info("Try to load Properties from " + BaseTestCase.class.getResource("/arangodb.properties").getFile());
108+
LOG.debug("Try to load Properties from " + BaseTestCase.class.getResource("/arangodb.properties").getFile());
109+
109110
InputStream resourceAsStream = BaseTestCase.class.getResourceAsStream("/arangodb.properties");
110111
props.load(resourceAsStream);
112+
113+
LOG.info("Load" + props.size() +" Properties from " + BaseTestCase.class.getResource("/arangodb.properties").getFile());
111114

112115
} catch (Exception e) {
113116

0 commit comments

Comments
 (0)