> [minor] How big are the files? If not huuuge, we can also avoid the outFile > by something like:
The files are 14MB. Mostly I did this because Guava's `Files.hash()` made the comparison terse. But it also has the benefit of leaving both the actual and expected files in `target/` should you need to have a look at them after a failed test. I can code up manual comparison of the blobs if you prefer. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/192#issuecomment-30198326
