[Minor] fixed broken test

- the test has changed because default encoding is now UTF-8 instead of
utf-8
This commit is contained in:
Robert von Burg 2015-07-09 19:29:45 +02:00
parent 0c7315b713
commit d9dc5261e7
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class XmlTest {
configSaxWriter.write();
String fileHash = StringHelper.getHexString(FileHelper.hashFileSha256(configFile));
assertEquals("2abd3442eec8bcec5bee365aab6db2fd4e1789325425cb1e017e900582525685", fileHash);
assertEquals("22d4ba39605d49c758184d9bd63beae5ccf8786f3dabbab45cd9f59c2afbcbd0", fileHash);
}
@Test