KeePassJava2 icon indicating copy to clipboard operation
KeePassJava2 copied to clipboard

Some tests fail if default encoding is not UTF-8

Open alerosmile opened this issue 5 months ago • 0 comments

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.

alerosmile avatar Jun 18 '25 14:06 alerosmile