Skip to content
Snippets Groups Projects
Commit e039c4ea authored by brinn's avatar brinn
Browse files

BIS-38/SP-210: CRC32 checksum feeder fails on sprint screening server

Adapt unit test.

SVN: 26157
parent 11406c5f
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ public class HDF5ContainerBasedHierarchicalContentNodeTest extends AssertJUnit
{
builder.append("\n");
}
builder.append(Long.toHexString(node.getChecksumCRC32()));
builder.append(Integer.toHexString(node.getChecksumCRC32()));
builder.append(" ").append(node.getFileLength());
builder.append(" ").append(node.getName());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment