Skip to content

Commit 3bb2810

Browse files
Tests: print file.encoding and sun.jnu.encoding.
1 parent 6554898 commit 3bb2810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/objectbox-java-test/src/test/java/io/objectbox/AbstractObjectBoxTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ public void setUp() throws IOException {
9191
System.out.println("ObjectBox Core version: " + BoxStore.getVersionNative());
9292
System.out.println("First DB dir: " + boxStoreDir);
9393
System.out.println("java.version=" + System.getProperty("java.version"));
94+
System.out.println("file.encoding=" + System.getProperty("file.encoding"));
95+
System.out.println("sun.jnu.encoding=" + System.getProperty("sun.jnu.encoding"));
9496
}
9597

9698
store = createBoxStore();

0 commit comments

Comments
 (0)