file.getLen()).getLocatedBlocks();
for (LocatedBlock b : fileBlocks) {
assertEquals("block was improperly replicated",
repl+1, b.getLocations().length);
}
bc.updateStatus();
assertEquals("unexpected copy failures occurred",
0, br.getNumFileCopyFailures());
assertEquals("unexpected number of file copy operations",
numBlocks, br.getNumFilesCopied());