*/
//@Test
public void test_LocalOnly() throws FileNotFoundException, Exception {
System.out.println("--------------------- test1 -----------------------");
System.out.println("source file: " + fIn.getAbsolutePath());
SHA1 sha = new SHA1(fIn);
String actual = sha.SHA1sum();
System.out.println("checksum of source file: " + actual + " - length: " + fIn.length());
File metaFile = metaFileMaker.make("/test", 32, fIn);
System.out.println("generated meta file: " + metaFile.getAbsolutePath());
LocalFileRangeLoader rangeLoader = new LocalFileRangeLoader(fIn);