Description
Using dataset with a FileDataSet configured with a single file - new FileDataSet(filename) - doesn't work as expected if the file is more than 1024 bytes.
Expected result: The whole file is used as the dataset source.
Actual result: The file gets split into multiple messages at 1024 byte boundaries.