KeePassJava2
KeePassJava2 copied to clipboard
Some tests fail if default encoding is not UTF-8
This is probably a bug in some implementations of PropertyValue.getValueAsString(). To convert the byte array to a string, the String(byte[], Charset) should be used.
The tests also fail if the testOutput folder in the example module does not exist.